Color Hex Logo

#afb572 Color Hex

#AFB572
(175,181,114)
0 Favorites   0 Comments

Color spaces of #afb572

RGB 175181114
HSL0.180.310.58
HSV65°37°71°
CMYK 0.030.000.37   0.29
XYZ37.240343.376622.3293
Yxy43.37660.36170.4214
Hunter Lab65.8609-14.325826.0011
CIE-Lab71.8098-12.619433.4543

#afb572 color RGB value is (175,181,114).

#afb572 hex color red value is 175, green value is 181 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afb572 hue: 0.18 , saturation: 0.31 and the lightness value of afb572 is 0.58.

The process color (four color CMYK) of #afb572 color hex is 0.03, 0.00, 0.37, 0.29. Web safe color of #afb572 is #99cc66. Color #afb572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01110010
Octal 257 265 162
Decimal 175 181 114
Hex AF B5 72

RGB Percentages of Color #afb572

%37.23
%38.51
%24.26

CMYK Percentages of Color #afb572

%3
%0
%37
%29

Triadic Colors of #afb572

#afb572 #72afb5 #b572af

Analogous Colors of #afb572

#afb572 #8eb572 #b59a72

Monochromatic Colors of #afb572

#afb572

Complementary Color

#afb572 #7872b5

#afb572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb572 Color CSS Codes

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

#afb572 Text Font Color

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

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


#afb572 Background Color

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

This div background color is #afb572


#afb572 Border Color

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

This div border color is #afb572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb572


Comments

No comments written yet.

Please login to write comment.