#AB9749

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

Shades of Husk #AB9749

Tints of Husk #AB9749

Color information

#AB9749 (or 0xAB9749) is unknown color: approx Husk. HEX triplet: AB, 97 and 49. RGB value is (171,151,73). Sum of RGB (Red+Green+Blue) = 171+151+73=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9749 is #5468B6. Grayscale: #949494. Windows color (decimal): -5531831 or 4822955. OLE color: 4822955.

HSL color Cylindrical-coordinate representation of color #AB9749: hue angle of 47.76º 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 #AB9749 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17115173-
CMYK00.120.570.33
HSL47.76º40.16%47.84%-
HSV(B)47.76º57.31%67.06%-
XYZ29.0631.2710.81-
YUV148.0985.63144.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=43.29%
G=38.23%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711517300.120.570.3347.7640.1647.84
HexAB97490C3921302830
Octal2532271110147141605060
Binary1010101110010111100100101100111001100001110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9749; }

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

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

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

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

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

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

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

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