#AB9E5B

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

Shades of Husk #AB9E5B

Tints of Husk #AB9E5B

Color information

#AB9E5B (or 0xAB9E5B) is unknown color: approx Husk. HEX triplet: AB, 9E and 5B. RGB value is (171,158,91). Sum of RGB (Red+Green+Blue) = 171+158+91=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E5B is #5461A4. Grayscale: #9A9A9A. Windows color (decimal): -5530021 or 6004395. OLE color: 6004395.

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

Color convert

RGB17115891-
CMYK00.080.470.33
HSL50.25º32.26%51.37%-
HSV(B)50.25º46.78%67.06%-
XYZ30.9133.8714.81-
YUV154.2592.31139.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=40.71%
G=37.62%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711589100.080.470.3350.2532.2651.37
HexAB9E5B082F21322033
Octal2532361330105741624063
Binary1010101110011110101101101000101111100001110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E5B; }

 p { color: rgb(171,158,91); }

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

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

 a { background-color: rgb(171,158,91); }

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

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

 span { border-color: rgb(171,158,91); }

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