Color Hex Logo

#afac7b Color Hex

#AFAC7B
(175,172,123)
0 Favorites   0 Comments

Color spaces of #afac7b

RGB 175172123
HSL0.160.250.58
HSV57°30°69°
CMYK 0.000.020.30   0.31
XYZ36.006940.049124.5714
Yxy40.04910.35780.3980
Hunter Lab63.2844-9.186521.2785
CIE-Lab69.5045-6.767325.6572

#afac7b color RGB value is (175,172,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01111011
Octal 257 254 173
Decimal 175 172 123
Hex AF AC 7B

RGB Percentages of Color #afac7b

%37.23
%36.60
%26.17

CMYK Percentages of Color #afac7b

%0
%2
%30
%31

Triadic Colors of #afac7b

#afac7b #7bafac #ac7baf

Analogous Colors of #afac7b

#afac7b #98af7b #af927b

Monochromatic Colors of #afac7b

#afac7b

Complementary Color

#afac7b #7b7eaf

#afac7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac7b Color CSS Codes

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

#afac7b Text Font Color

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

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


#afac7b Background Color

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

This div background color is #afac7b


#afac7b Border Color

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

This div border color is #afac7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac7b


Comments

No comments written yet.

Please login to write comment.