#AB9952

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

Shades of Husk #AB9952

Tints of Husk #AB9952

Color information

#AB9952 (or 0xAB9952) is unknown color: approx Husk. HEX triplet: AB, 99 and 52. RGB value is (171,153,82). Sum of RGB (Red+Green+Blue) = 171+153+82=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9952 is #5466AD. Grayscale: #969696. Windows color (decimal): -5531310 or 5413291. OLE color: 5413291.

HSL color Cylindrical-coordinate representation of color #AB9952: hue angle of 47.87º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB9952 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17115382-
CMYK00.110.520.33
HSL47.87º35.18%49.61%-
HSV(B)47.87º52.05%67.06%-
XYZ29.7132.0512.6-
YUV150.2989.46142.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=42.12%
G=37.68%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711538200.110.520.3347.8735.1849.61
HexAB99520B3421302332
Octal2532311220136441604362
Binary1010101110011001101001001011110100100001110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9952; }

 p { color: rgb(171,153,82); }

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

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

 a { background-color: rgb(171,153,82); }

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

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

 span { border-color: rgb(171,153,82); }

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