#AB9E4E

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

Shades of Husk #AB9E4E

Tints of Husk #AB9E4E

Color information

#AB9E4E (or 0xAB9E4E) is unknown color: approx Husk. HEX triplet: AB, 9E and 4E. RGB value is (171,158,78). Sum of RGB (Red+Green+Blue) = 171+158+78=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E4E is #5461B1. Grayscale: #999999. Windows color (decimal): -5530034 or 5152427. OLE color: 5152427.

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

Color convert

RGB17115878-
CMYK00.080.540.33
HSL51.61º37.35%48.82%-
HSV(B)51.61º54.39%67.06%-
XYZ30.433.6612.1-
YUV152.7785.81141-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=42.01%
G=38.82%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711587800.080.540.3351.6137.3548.82
HexAB9E4E083621342531
Octal2532361160106641644561
Binary1010101110011110100111001000110110100001110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E4E; }

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

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

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

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

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

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

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

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