#AB9A5C

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

Shades of Husk #AB9A5C

Tints of Husk #AB9A5C

Color information

#AB9A5C (or 0xAB9A5C) is unknown color: approx Husk. HEX triplet: AB, 9A and 5C. RGB value is (171,154,92). Sum of RGB (Red+Green+Blue) = 171+154+92=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A5C is #5465A3. Grayscale: #989898. Windows color (decimal): -5531044 or 6068907. OLE color: 6068907.

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

Color convert

RGB17115492-
CMYK00.100.460.33
HSL47.09º31.98%51.57%-
HSV(B)47.09º46.2%67.06%-
XYZ30.2832.5414.81-
YUV152.0194.13141.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=41.01%
G=36.93%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711549200.100.460.3347.0931.9851.57
HexAB9A5C0A2E212f2034
Octal2532321340125641574064
Binary1010101110011010101110001010101110100001101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A5C; }

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

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

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

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

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

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

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

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