#af9944

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

Shades of Husk #AF9944

Tints of Husk #AF9944

Color information

#AF9944 (or 0xAF9944) is unknown color: approx Husk. HEX triplet: AF, 99 and 44. RGB value is (175,153,68). Sum of RGB (Red+Green+Blue) = 175+153+68=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9944 is #5066BB. Grayscale: #969696. Windows color (decimal): -5269180 or 4495791. OLE color: 4495791.

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

Color convert

RGB17515368-
CMYK00.130.610.31
HSL47.66º44.03%47.65%-
HSV(B)47.66º61.14%68.63%-
XYZ30.1132.3110.12-
YUV149.8981.79145.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=44.19%
G=38.64%
B=17.17%

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
Decimal1751536800.130.610.3147.6644.0347.65
HexAF99440D3D1F302c30
Octal2572311040157537605460
Binary101011111001100110001000110111110111111110000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9944; }

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

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

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

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

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

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

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

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