Color Hex Logo

#afa472 Color Hex

#AFA472
(175,164,114)
0 Favorites   0 Comments

Color spaces of #afa472

RGB 175164114
HSL0.140.280.57
HSV49°35°69°
CMYK 0.000.060.35   0.31
XYZ33.991936.879821.2465
Yxy36.87980.36900.4004
Hunter Lab60.7287-6.362921.7670
CIE-Lab67.1868-3.655727.4216

#afa472 color RGB value is (175,164,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01110010
Octal 257 244 162
Decimal 175 164 114
Hex AF A4 72

RGB Percentages of Color #afa472

%38.63
%36.20
%25.17

CMYK Percentages of Color #afa472

%0
%6
%35
%31

Triadic Colors of #afa472

#afa472 #72afa4 #a472af

Analogous Colors of #afa472

#afa472 #9caf72 #af8672

Monochromatic Colors of #afa472

#afa472

Complementary Color

#afa472 #727daf

#afa472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa472 Color CSS Codes

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

#afa472 Text Font Color

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

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


#afa472 Background Color

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

This div background color is #afa472


#afa472 Border Color

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

This div border color is #afa472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,164,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 #afa472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa472


Comments

No comments written yet.

Please login to write comment.