#AB9A4D

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

Shades of Husk #AB9A4D

Tints of Husk #AB9A4D

Color information

#AB9A4D (or 0xAB9A4D) is unknown color: approx Husk. HEX triplet: AB, 9A and 4D. RGB value is (171,154,77). Sum of RGB (Red+Green+Blue) = 171+154+77=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A4D is #5465B2. Grayscale: #969696. Windows color (decimal): -5531059 or 5085867. OLE color: 5085867.

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

Color convert

RGB17115477-
CMYK00.100.550.33
HSL49.15º37.9%48.63%-
HSV(B)49.15º54.97%67.06%-
XYZ29.6932.311.69-
YUV150.386.63142.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=42.54%
G=38.31%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711547700.100.550.3349.1537.948.63
HexAB9A4D0A3721312631
Octal2532321150126741614661
Binary1010101110011010100110101010110111100001110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A4D; }

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

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

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

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

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

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

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

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