#AB9D5C

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

Shades of Husk #AB9D5C

Tints of Husk #AB9D5C

Color information

#AB9D5C (or 0xAB9D5C) is unknown color: approx Husk. HEX triplet: AB, 9D and 5C. RGB value is (171,157,92). Sum of RGB (Red+Green+Blue) = 171+157+92=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D5C is #5462A3. Grayscale: #9A9A9A. Windows color (decimal): -5530276 or 6069675. OLE color: 6069675.

HSL color Cylindrical-coordinate representation of color #AB9D5C: hue angle of 49.37º 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 #AB9D5C is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17115792-
CMYK00.080.460.33
HSL49.37º31.98%51.57%-
HSV(B)49.37º46.2%67.06%-
XYZ30.7833.5414.98-
YUV153.7893.14140.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 157 (61.72% from 255) = 37.38%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=40.71%
G=37.38%
B=21.90%

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
Decimal1711579200.080.460.3349.3731.9851.57
HexAB9D5C082E21312034
Octal2532351340105641614064
Binary1010101110011101101110001000101110100001110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D5C; }

 p { color: rgb(171,157,92); }

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

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

 a { background-color: rgb(171,157,92); }

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

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

 span { border-color: rgb(171,157,92); }

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