#AB9C55

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

Shades of Husk #AB9C55

Tints of Husk #AB9C55

Color information

#AB9C55 (or 0xAB9C55) is unknown color: approx Husk. HEX triplet: AB, 9C and 55. RGB value is (171,156,85). Sum of RGB (Red+Green+Blue) = 171+156+85=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C55 is #5463AA. Grayscale: #989898. Windows color (decimal): -5530539 or 5610667. OLE color: 5610667.

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

Color convert

RGB17115685-
CMYK00.090.500.33
HSL49.53º33.86%50.2%-
HSV(B)49.53º50.29%67.06%-
XYZ30.3233.0913.38-
YUV152.3989.97141.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=41.50%
G=37.86%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711568500.090.500.3349.5333.8650.2
HexAB9C55093221322232
Octal2532341250116241624262
Binary1010101110011100101010101001110010100001110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C55; }

 p { color: rgb(171,156,85); }

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

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

 a { background-color: rgb(171,156,85); }

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

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

 span { border-color: rgb(171,156,85); }

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