#AF9F49

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

Shades of Husk #AF9F49

Tints of Husk #AF9F49

Color information

#AF9F49 (or 0xAF9F49) is unknown color: approx Husk. HEX triplet: AF, 9F and 49. RGB value is (175,159,73). Sum of RGB (Red+Green+Blue) = 175+159+73=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F49 is #5060B6. Grayscale: #9A9A9A. Windows color (decimal): -5267639 or 4825007. OLE color: 4825007.

HSL color Cylindrical-coordinate representation of color #AF9F49: hue angle of 50.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF9F49 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17515973-
CMYK00.090.580.31
HSL50.59º41.13%48.63%-
HSV(B)50.59º58.29%68.63%-
XYZ31.2834.3911.29-
YUV153.9882.3142.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=43.00%
G=39.07%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751597300.090.580.3150.5941.1348.63
HexAF9F49093A1F332931
Octal2572371110117237635161
Binary101011111001111110010010100111101011111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F49; }

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

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

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

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

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

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

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

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