#AB9E5D

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

Shades of Husk #AB9E5D

Tints of Husk #AB9E5D

Color information

#AB9E5D (or 0xAB9E5D) is unknown color: approx Husk. HEX triplet: AB, 9E and 5D. RGB value is (171,158,93). Sum of RGB (Red+Green+Blue) = 171+158+93=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E5D is #5461A2. Grayscale: #9A9A9A. Windows color (decimal): -5530019 or 6135467. OLE color: 6135467.

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

Color convert

RGB17115893-
CMYK00.080.460.33
HSL50º31.71%51.76%-
HSV(B)50º45.61%67.06%-
XYZ3133.915.27-
YUV154.4893.31139.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=40.52%
G=37.44%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711589300.080.460.335031.7151.76
HexAB9E5D082E21322034
Octal2532361350105641624064
Binary1010101110011110101110101000101110100001110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E5D; }

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

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

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

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

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

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

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

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