Color Hex Logo

#afa072 Color Hex

#AFA072
(175,160,114)
0 Favorites   0 Comments

Color spaces of #afa072

RGB 175160114
HSL0.130.280.57
HSV45°35°69°
CMYK 0.000.090.35   0.31
XYZ33.287335.470521.0116
Yxy35.47050.37080.3951
Hunter Lab59.5571-4.458820.7726
CIE-Lab66.1133-1.498326.0000

#afa072 color RGB value is (175,160,114).

#afa072 hex color red value is 175, green value is 160 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afa072 hue: 0.13 , saturation: 0.28 and the lightness value of afa072 is 0.57.

The process color (four color CMYK) of #afa072 color hex is 0.00, 0.09, 0.35, 0.31. Web safe color of #afa072 is #999966. Color #afa072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01110010
Octal 257 240 162
Decimal 175 160 114
Hex AF A0 72

RGB Percentages of Color #afa072

%38.98
%35.63
%25.39

CMYK Percentages of Color #afa072

%0
%9
%35
%31

Triadic Colors of #afa072

#afa072 #72afa0 #a072af

Analogous Colors of #afa072

#afa072 #a0af72 #af8272

Monochromatic Colors of #afa072

#afa072

Complementary Color

#afa072 #7281af

#afa072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa072 Color CSS Codes

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

#afa072 Text Font Color

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

This sample text font color is #afa072
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.


#afa072 Background Color

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

This div background color is #afa072


#afa072 Border Color

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

This div border color is #afa072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa072


Comments

No comments written yet.

Please login to write comment.