Color Hex Logo

#afa790 Color Hex

#AFA790
(175,167,144)
0 Favorites   0 Comments

Color spaces of #afa790

RGB 175167144
HSL0.120.160.63
HSV45°18°69°
CMYK 0.000.050.18   0.31
XYZ36.532038.765031.9425
Yxy38.76500.34070.3615
Hunter Lab62.2615-4.222713.1651
CIE-Lab68.5807-1.035212.9366

#afa790 color RGB value is (175,167,144).

#afa790 hex color red value is 175, green value is 167 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afa790 hue: 0.12 , saturation: 0.16 and the lightness value of afa790 is 0.63.

The process color (four color CMYK) of #afa790 color hex is 0.00, 0.05, 0.18, 0.31. Web safe color of #afa790 is #999999. Color #afa790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10010000
Octal 257 247 220
Decimal 175 167 144
Hex AF A7 90

RGB Percentages of Color #afa790

%36.01
%34.36
%29.63

CMYK Percentages of Color #afa790

%0
%5
%18
%31

Triadic Colors of #afa790

#afa790 #90afa7 #a790af

Analogous Colors of #afa790

#afa790 #a8af90 #af9890

Monochromatic Colors of #afa790

#afa790

Complementary Color

#afa790 #9098af

#afa790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa790 Color CSS Codes

.mybgcolor {background-color:#afa790; } 
.myforecolor {color:#afa790; }
.mybordercolor {border:3px solid #afa790; }

#afa790 Text Font Color

<p style="color:#afa790">Text here</p>

This sample text font color is #afa790
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa790 Background Color

<div style="background-color:#afa790">
Div content here</div>

This div background color is #afa790


#afa790 Border Color

<div style="border:3px solid #afa790">
Div here</div>

This div border color is #afa790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,167,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa790;
  -webkit-box-shadow: 1px 1px 3px 2px #afa790;
  box-shadow:         1px 1px 3px 2px #afa790; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,167,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa790">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa790;
  -webkit-box-shadow: 1px 1px 3px 2px #afa790;
  box-shadow:         1px 1px 3px 2px #afa790;">
Div content here</div>

This div box has shadow with color #afa790


Comments

No comments written yet.

Please login to write comment.