#AF9C56

Color #AF9C56 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AF9C56

Tints of Husk #AF9C56

Color information

#AF9C56 (or 0xAF9C56) is unknown color: approx Husk. HEX triplet: AF, 9C and 56. RGB value is (175,156,86). Sum of RGB (Red+Green+Blue) = 175+156+86=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C56 is #5063A9. Grayscale: #9A9A9A. Windows color (decimal): -5268394 or 5676207. OLE color: 5676207.

HSL color Cylindrical-coordinate representation of color #AF9C56: hue angle of 47.19º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF9C56 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17515686-
CMYK00.110.510.31
HSL47.19º35.74%51.18%-
HSV(B)47.19º50.86%68.63%-
XYZ31.2533.5613.64-
YUV153.789.79143.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=41.97%
G=37.41%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751568600.110.510.3147.1935.7451.18
HexAF9C560B331F2f2433
Octal2572341260136337574463
Binary101011111001110010101100101111001111111101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C56; }

 p { color: rgb(175,156,86); }

 H1.HeaderClassName
 {
   color: #AF9C56;
 }
 .AnyTagClassName
 {
   color: #AF9C56;
 }
</style>
background-color css

<style>
 a { background-color: #AF9C56; }

 a { background-color: rgb(175,156,86); }

 div.DivClassName
 {
   background-color: #AF9C56;
 }
 .BgClassName
 {
   background-color: #AF9C56;
 }
</style>
border-color css

<style>
 span { border-color: #AF9C56; }

 span { border-color: rgb(175,156,86); }

 td.TdClassName
 {
   border-color: #AF9C56;
 }
 .TagClassName
 {
   border-color: #AF9C56;
 }
</style>