#AB9859

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

Shades of Husk #AB9859

Tints of Husk #AB9859

Color information

#AB9859 (or 0xAB9859) is unknown color: approx Husk. HEX triplet: AB, 98 and 59. RGB value is (171,152,89). Sum of RGB (Red+Green+Blue) = 171+152+89=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9859 is #5467A6. Grayscale: #969696. Windows color (decimal): -5531559 or 5871787. OLE color: 5871787.

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

Color convert

RGB17115289-
CMYK00.110.480.33
HSL46.1º32.8%50.98%-
HSV(B)46.1º47.95%67.06%-
XYZ29.8331.8414.02-
YUV150.593.29142.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=41.50%
G=36.89%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711528900.110.480.3346.132.850.98
HexAB98590B30212e2133
Octal2532301310136041564163
Binary1010101110011000101100101011110000100001101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9859; }

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

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

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

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

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

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

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

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