Color Hex Logo

#afa470 Color Hex

#AFA470
(175,164,112)
0 Favorites   0 Comments

Color spaces of #afa470

RGB 175164112
HSL0.140.280.56
HSV50°36°69°
CMYK 0.000.060.36   0.31
XYZ33.879336.834720.6534
Yxy36.83470.37080.4031
Hunter Lab60.6916-6.567922.3077
CIE-Lab67.1528-3.901828.4527

#afa470 color RGB value is (175,164,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01110000
Octal 257 244 160
Decimal 175 164 112
Hex AF A4 70

RGB Percentages of Color #afa470

%38.80
%36.36
%24.83

CMYK Percentages of Color #afa470

%0
%6
%36
%31

Triadic Colors of #afa470

#afa470 #70afa4 #a470af

Analogous Colors of #afa470

#afa470 #9baf70 #af8570

Monochromatic Colors of #afa470

#afa470

Complementary Color

#afa470 #707baf

#afa470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa470 Color CSS Codes

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

#afa470 Text Font Color

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

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


#afa470 Background Color

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

This div background color is #afa470


#afa470 Border Color

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

This div border color is #afa470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa470


Comments

No comments written yet.

Please login to write comment.