#AF9F51

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

Shades of Husk #AF9F51

Tints of Husk #AF9F51

Color information

#AF9F51 (or 0xAF9F51) is unknown color: approx Husk. HEX triplet: AF, 9F and 51. RGB value is (175,159,81). Sum of RGB (Red+Green+Blue) = 175+159+81=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F51 is #5060AE. Grayscale: #9B9B9B. Windows color (decimal): -5267631 or 5349295. OLE color: 5349295.

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

Color convert

RGB17515981-
CMYK00.090.540.31
HSL49.79º37.01%50.2%-
HSV(B)49.79º53.71%68.63%-
XYZ31.5634.512.78-
YUV154.8986.3142.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=42.17%
G=38.31%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751598100.090.540.3149.7937.0150.2
HexAF9F5109361F322532
Octal2572371210116637624562
Binary101011111001111110100010100111011011111110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F51; }

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

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

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

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

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

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

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

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