#AB9B54

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

Shades of Husk #AB9B54

Tints of Husk #AB9B54

Color information

#AB9B54 (or 0xAB9B54) is unknown color: approx Husk. HEX triplet: AB, 9B and 54. RGB value is (171,155,84). Sum of RGB (Red+Green+Blue) = 171+155+84=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B54 is #5464AB. Grayscale: #979797. Windows color (decimal): -5530796 or 5544875. OLE color: 5544875.

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

Color convert

RGB17115584-
CMYK00.090.510.33
HSL48.97º34.12%50%-
HSV(B)48.97º50.88%67.06%-
XYZ30.1232.7413.12-
YUV151.6989.8141.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 84 (33.20% from 255) = 20.49%
R=41.71%
G=37.80%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711558400.090.510.3348.9734.1250
HexAB9B54093321312232
Octal2532331240116341614262
Binary1010101110011011101010001001110011100001110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B54; }

 p { color: rgb(171,155,84); }

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

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

 a { background-color: rgb(171,155,84); }

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

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

 span { border-color: rgb(171,155,84); }

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