#AF9449

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

Shades of Husk #AF9449

Tints of Husk #AF9449

Color information

#AF9449 (or 0xAF9449) is unknown color: approx Husk. HEX triplet: AF, 94 and 49. RGB value is (175,148,73). Sum of RGB (Red+Green+Blue) = 175+148+73=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9449 is #506BB6. Grayscale: #939393. Windows color (decimal): -5270455 or 4822191. OLE color: 4822191.

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

Color convert

RGB17514873-
CMYK00.150.580.31
HSL44.12º41.13%48.63%-
HSV(B)44.12º58.29%68.63%-
XYZ29.4730.7710.69-
YUV147.5285.95147.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=44.19%
G=37.37%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751487300.150.580.3144.1241.1348.63
HexAF94490F3A1F2c2931
Octal2572241110177237545161
Binary101011111001010010010010111111101011111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9449; }

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

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

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

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

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

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

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

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