Color Hex Logo

#afa070 Color Hex

#AFA070
(175,160,112)
0 Favorites   0 Comments

Color spaces of #afa070

RGB 175160112
HSL0.130.280.56
HSV46°36°69°
CMYK 0.000.090.36   0.31
XYZ33.174635.425420.4185
Yxy35.42540.37270.3980
Hunter Lab59.5192-4.667021.3236
CIE-Lab66.0785-1.746427.0378

#afa070 color RGB value is (175,160,112).

#afa070 hex color red value is 175, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afa070 hue: 0.13 , saturation: 0.28 and the lightness value of afa070 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01110000
Octal 257 240 160
Decimal 175 160 112
Hex AF A0 70

RGB Percentages of Color #afa070

%39.15
%35.79
%25.06

CMYK Percentages of Color #afa070

%0
%9
%36
%31

Triadic Colors of #afa070

#afa070 #70afa0 #a070af

Analogous Colors of #afa070

#afa070 #9faf70 #af8170

Monochromatic Colors of #afa070

#afa070

Complementary Color

#afa070 #707faf

#afa070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa070 Color CSS Codes

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

#afa070 Text Font Color

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

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


#afa070 Background Color

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

This div background color is #afa070


#afa070 Border Color

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

This div border color is #afa070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa070


Comments

No comments written yet.

Please login to write comment.