#AB9857

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

Shades of Husk #AB9857

Tints of Husk #AB9857

Color information

#AB9857 (or 0xAB9857) is unknown color: approx Husk. HEX triplet: AB, 98 and 57. RGB value is (171,152,87). Sum of RGB (Red+Green+Blue) = 171+152+87=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9857 is #5467A8. Grayscale: #969696. Windows color (decimal): -5531561 or 5740715. OLE color: 5740715.

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

Color convert

RGB17115287-
CMYK00.110.490.33
HSL46.43º33.33%50.59%-
HSV(B)46.43º49.12%67.06%-
XYZ29.7431.813.59-
YUV150.2792.29142.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=41.71%
G=37.07%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711528700.110.490.3346.4333.3350.59
HexAB98570B31212e2133
Octal2532301270136141564163
Binary1010101110011000101011101011110001100001101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9857; }

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

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

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

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

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

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

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

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