Color Hex Logo

#afac6b Color Hex

#AFAC6B
(175,172,107)
0 Favorites   0 Comments

Color spaces of #afac6b

RGB 175172107
HSL0.160.300.55
HSV57°39°69°
CMYK 0.000.020.39   0.31
XYZ35.085639.680519.7198
Yxy39.68050.37130.4200
Hunter Lab62.9925-10.815725.5340
CIE-Lab69.2414-8.745433.8119

#afac6b color RGB value is (175,172,107).

#afac6b hex color red value is 175, green value is 172 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afac6b hue: 0.16 , saturation: 0.30 and the lightness value of afac6b is 0.55.

The process color (four color CMYK) of #afac6b color hex is 0.00, 0.02, 0.39, 0.31. Web safe color of #afac6b is #999966. Color #afac6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01101011
Octal 257 254 153
Decimal 175 172 107
Hex AF AC 6B

RGB Percentages of Color #afac6b

%38.55
%37.89
%23.57

CMYK Percentages of Color #afac6b

%0
%2
%39
%31

Triadic Colors of #afac6b

#afac6b #6bafac #ac6baf

Analogous Colors of #afac6b

#afac6b #90af6b #af8a6b

Monochromatic Colors of #afac6b

#afac6b

Complementary Color

#afac6b #6b6eaf

#afac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac6b Color CSS Codes

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

#afac6b Text Font Color

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

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


#afac6b Background Color

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

This div background color is #afac6b


#afac6b Border Color

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

This div border color is #afac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac6b

#afac6b Color Palettes


Comments

No comments written yet.

Please login to write comment.