#AB9D47

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

Shades of Husk #AB9D47

Tints of Husk #AB9D47

Color information

#AB9D47 (or 0xAB9D47) is unknown color: approx Husk. HEX triplet: AB, 9D and 47. RGB value is (171,157,71). Sum of RGB (Red+Green+Blue) = 171+157+71=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D47 is #5462B8. Grayscale: #979797. Windows color (decimal): -5530297 or 4693419. OLE color: 4693419.

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

Color convert

RGB17115771-
CMYK00.080.580.33
HSL51.6º41.32%47.45%-
HSV(B)51.6º58.48%67.06%-
XYZ29.9933.2310.79-
YUV151.3882.64141.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=42.86%
G=39.35%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711577100.080.580.3351.641.3247.45
HexAB9D47083A2134292f
Octal2532351070107241645157
Binary1010101110011101100011101000111010100001110100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D47; }

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

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

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

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

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

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

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

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