#AB9655

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

Shades of Husk #AB9655

Tints of Husk #AB9655

Color information

#AB9655 (or 0xAB9655) is unknown color: approx Husk. HEX triplet: AB, 96 and 55. RGB value is (171,150,85). Sum of RGB (Red+Green+Blue) = 171+150+85=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9655 is #5469AA. Grayscale: #959595. Windows color (decimal): -5532075 or 5609131. OLE color: 5609131.

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

Color convert

RGB17115085-
CMYK00.120.500.33
HSL45.35º33.86%50.2%-
HSV(B)45.35º50.29%67.06%-
XYZ29.3431.1313.06-
YUV148.8791.96143.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=42.12%
G=36.95%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711508500.120.500.3345.3533.8650.2
HexAB96550C32212d2232
Octal2532261250146241554262
Binary1010101110010110101010101100110010100001101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9655; }

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

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

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

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

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

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

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

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