#AB9659

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

Shades of Husk #AB9659

Tints of Husk #AB9659

Color information

#AB9659 (or 0xAB9659) is unknown color: approx Husk. HEX triplet: AB, 96 and 59. RGB value is (171,150,89). Sum of RGB (Red+Green+Blue) = 171+150+89=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9659 is #5469A6. Grayscale: #959595. Windows color (decimal): -5532071 or 5871275. OLE color: 5871275.

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

Color convert

RGB17115089-
CMYK00.120.480.33
HSL44.63º32.8%50.98%-
HSV(B)44.63º47.95%67.06%-
XYZ29.531.1913.92-
YUV149.3293.96143.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=41.71%
G=36.59%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711508900.120.480.3344.6332.850.98
HexAB96590C30212d2133
Octal2532261310146041554163
Binary1010101110010110101100101100110000100001101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9659; }

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

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

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

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

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

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

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

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