#AB9A49

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

Shades of Husk #AB9A49

Tints of Husk #AB9A49

Color information

#AB9A49 (or 0xAB9A49) is unknown color: approx Husk. HEX triplet: AB, 9A and 49. RGB value is (171,154,73). Sum of RGB (Red+Green+Blue) = 171+154+73=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A49 is #5465B6. Grayscale: #969696. Windows color (decimal): -5531063 or 4823723. OLE color: 4823723.

HSL color Cylindrical-coordinate representation of color #AB9A49: hue angle of 49.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB9A49 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17115473-
CMYK00.100.570.33
HSL49.59º40.16%47.84%-
HSV(B)49.59º57.31%67.06%-
XYZ29.5532.2510.97-
YUV149.8584.63143.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=42.96%
G=38.69%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711547300.100.570.3349.5940.1647.84
HexAB9A490A3921322830
Octal2532321110127141625060
Binary1010101110011010100100101010111001100001110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A49; }

 p { color: rgb(171,154,73); }

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

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

 a { background-color: rgb(171,154,73); }

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

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

 span { border-color: rgb(171,154,73); }

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