#AF9844

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

Shades of Husk #AF9844

Tints of Husk #AF9844

Color information

#AF9844 (or 0xAF9844) is unknown color: approx Husk. HEX triplet: AF, 98 and 44. RGB value is (175,152,68). Sum of RGB (Red+Green+Blue) = 175+152+68=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9844 is #5067BB. Grayscale: #959595. Windows color (decimal): -5269436 or 4495535. OLE color: 4495535.

HSL color Cylindrical-coordinate representation of color #AF9844: hue angle of 47.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9844 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17515268-
CMYK00.130.610.31
HSL47.1º44.03%47.65%-
HSV(B)47.1º61.14%68.63%-
XYZ29.9531.9910.06-
YUV149.382.12146.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=44.30%
G=38.48%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751526800.130.610.3147.144.0347.65
HexAF98440D3D1F2f2c30
Octal2572301040157537575460
Binary101011111001100010001000110111110111111101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9844; }

 p { color: rgb(175,152,68); }

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

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

 a { background-color: rgb(175,152,68); }

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

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

 span { border-color: rgb(175,152,68); }

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