#AF9C51

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

Shades of Husk #AF9C51

Tints of Husk #AF9C51

Color information

#AF9C51 (or 0xAF9C51) is unknown color: approx Husk. HEX triplet: AF, 9C and 51. RGB value is (175,156,81). Sum of RGB (Red+Green+Blue) = 175+156+81=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C51 is #5063AE. Grayscale: #999999. Windows color (decimal): -5268399 or 5348527. OLE color: 5348527.

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

Color convert

RGB17515681-
CMYK00.110.540.31
HSL47.87º37.01%50.2%-
HSV(B)47.87º53.71%68.63%-
XYZ31.0533.4812.61-
YUV153.1387.29143.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=42.48%
G=37.86%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751568100.110.540.3147.8737.0150.2
HexAF9C510B361F302532
Octal2572341210136637604562
Binary101011111001110010100010101111011011111110000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C51; }

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

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

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

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

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

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

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

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