#AF9749

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

Shades of Husk #AF9749

Tints of Husk #AF9749

Color information

#AF9749 (or 0xAF9749) is unknown color: approx Husk. HEX triplet: AF, 97 and 49. RGB value is (175,151,73). Sum of RGB (Red+Green+Blue) = 175+151+73=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9749 is #5068B6. Grayscale: #959595. Windows color (decimal): -5269687 or 4822959. OLE color: 4822959.

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

Color convert

RGB17515173-
CMYK00.140.580.31
HSL45.88º41.13%48.63%-
HSV(B)45.88º58.29%68.63%-
XYZ29.9531.7310.85-
YUV149.2884.95146.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=43.86%
G=37.84%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751517300.140.580.3145.8841.1348.63
HexAF97490E3A1F2e2931
Octal2572271110167237565161
Binary101011111001011110010010111011101011111101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9749; }

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

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

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

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

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

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

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

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