#AB9B5E

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

Shades of Husk #AB9B5E

Tints of Husk #AB9B5E

Color information

#AB9B5E (or 0xAB9B5E) is unknown color: approx Husk. HEX triplet: AB, 9B and 5E. RGB value is (171,155,94). Sum of RGB (Red+Green+Blue) = 171+155+94=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B5E is #5464A1. Grayscale: #999999. Windows color (decimal): -5530786 or 6200235. OLE color: 6200235.

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

Color convert

RGB17115594-
CMYK00.090.450.33
HSL47.53º31.43%51.96%-
HSV(B)47.53º45.03%67.06%-
XYZ30.5432.9115.33-
YUV152.8394.8140.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=40.71%
G=36.90%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711559400.090.450.3347.5331.4351.96
HexAB9B5E092D21301f34
Octal2532331360115541603764
Binary101010111001101110111100100110110110000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B5E; }

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

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

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

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

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

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

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

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