Color Hex Logo

#afa956 Color Hex

#AFA956
(175,169,86)
0 Favorites   0 Comments

Color spaces of #afa956

RGB 17516986
HSL0.160.360.51
HSV56°51°69°
CMYK 0.000.030.51   0.31
XYZ33.546938.161814.4019
Yxy38.16180.38960.4432
Hunter Lab61.7752-11.172729.4202
CIE-Lab68.1397-9.318743.1663

#afa956 color RGB value is (175,169,86).

#afa956 hex color red value is 175, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afa956 hue: 0.16 , saturation: 0.36 and the lightness value of afa956 is 0.51.

The process color (four color CMYK) of #afa956 color hex is 0.00, 0.03, 0.51, 0.31. Web safe color of #afa956 is #999966. Color #afa956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01010110
Octal 257 251 126
Decimal 175 169 86
Hex AF A9 56

RGB Percentages of Color #afa956

%40.70
%39.30
%20.00

CMYK Percentages of Color #afa956

%0
%3
%51
%31

Triadic Colors of #afa956

#afa956 #56afa9 #a956af

Analogous Colors of #afa956

#afa956 #89af56 #af7d56

Monochromatic Colors of #afa956

#afa956

Complementary Color

#afa956 #565caf

#afa956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa956 Color CSS Codes

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

#afa956 Text Font Color

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

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


#afa956 Background Color

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

This div background color is #afa956


#afa956 Border Color

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

This div border color is #afa956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa956

#afa956 Color Palettes


Comments

No comments written yet.

Please login to write comment.