#AB9C53

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

Shades of Husk #AB9C53

Tints of Husk #AB9C53

Color information

#AB9C53 (or 0xAB9C53) is unknown color: approx Husk. HEX triplet: AB, 9C and 53. RGB value is (171,156,83). Sum of RGB (Red+Green+Blue) = 171+156+83=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C53 is #5463AC. Grayscale: #989898. Windows color (decimal): -5530541 or 5479595. OLE color: 5479595.

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

Color convert

RGB17115683-
CMYK00.090.510.33
HSL49.77º34.65%49.8%-
HSV(B)49.77º51.46%67.06%-
XYZ30.2433.0612.97-
YUV152.1688.97141.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=41.71%
G=38.05%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711568300.090.510.3349.7734.6549.8
HexAB9C53093321322332
Octal2532341230116341624362
Binary1010101110011100101001101001110011100001110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C53; }

 p { color: rgb(171,156,83); }

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

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

 a { background-color: rgb(171,156,83); }

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

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

 span { border-color: rgb(171,156,83); }

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