Color Hex Logo

#afa474 Color Hex

#AFA474
(175,164,116)
0 Favorites   0 Comments

Color spaces of #afa474

RGB 175164116
HSL0.140.270.57
HSV49°34°69°
CMYK 0.000.060.34   0.31
XYZ34.107036.925821.8528
Yxy36.92580.36720.3975
Hunter Lab60.7666-6.153321.2148
CIE-Lab67.2213-3.404626.3881

#afa474 color RGB value is (175,164,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01110100
Octal 257 244 164
Decimal 175 164 116
Hex AF A4 74

RGB Percentages of Color #afa474

%38.46
%36.04
%25.49

CMYK Percentages of Color #afa474

%0
%6
%34
%31

Triadic Colors of #afa474

#afa474 #74afa4 #a474af

Analogous Colors of #afa474

#afa474 #9daf74 #af8774

Monochromatic Colors of #afa474

#afa474

Complementary Color

#afa474 #747faf

#afa474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa474 Color CSS Codes

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

#afa474 Text Font Color

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

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


#afa474 Background Color

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

This div background color is #afa474


#afa474 Border Color

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

This div border color is #afa474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa474


Comments

No comments written yet.

Please login to write comment.