Color Hex Logo

#afa07a Color Hex

#AFA07A
(175,160,122)
0 Favorites   0 Comments

Color spaces of #afa07a

RGB 175160122
HSL0.120.250.58
HSV43°30°69°
CMYK 0.000.090.30   0.31
XYZ33.762935.660723.5161
Yxy35.66070.36330.3837
Hunter Lab59.7166-3.582718.4535
CIE-Lab66.2599-0.459221.8318

#afa07a color RGB value is (175,160,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01111010
Octal 257 240 172
Decimal 175 160 122
Hex AF A0 7A

RGB Percentages of Color #afa07a

%38.29
%35.01
%26.70

CMYK Percentages of Color #afa07a

%0
%9
%30
%31

Triadic Colors of #afa07a

#afa07a #7aafa0 #a07aaf

Analogous Colors of #afa07a

#afa07a #a4af7a #af867a

Monochromatic Colors of #afa07a

#afa07a

Complementary Color

#afa07a #7a89af

#afa07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa07a Color CSS Codes

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

#afa07a Text Font Color

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

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


#afa07a Background Color

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

This div background color is #afa07a


#afa07a Border Color

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

This div border color is #afa07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa07a


Comments

No comments written yet.

Please login to write comment.