#AF9D56

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

Shades of Husk #AF9D56

Tints of Husk #AF9D56

Color information

#AF9D56 (or 0xAF9D56) is unknown color: approx Husk. HEX triplet: AF, 9D and 56. RGB value is (175,157,86). Sum of RGB (Red+Green+Blue) = 175+157+86=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D56 is #5062A9. Grayscale: #9A9A9A. Windows color (decimal): -5268138 or 5676463. OLE color: 5676463.

HSL color Cylindrical-coordinate representation of color #AF9D56: hue angle of 47.87º 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 #AF9D56 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17515786-
CMYK00.100.510.31
HSL47.87º35.74%51.18%-
HSV(B)47.87º50.86%68.63%-
XYZ31.4233.913.69-
YUV154.2989.46142.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=41.87%
G=37.56%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751578600.100.510.3147.8735.7451.18
HexAF9D560A331F302433
Octal2572351260126337604463
Binary101011111001110110101100101011001111111110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D56; }

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

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

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

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

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

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

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

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