#AB9847

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

Shades of Husk #AB9847

Tints of Husk #AB9847

Color information

#AB9847 (or 0xAB9847) is unknown color: approx Husk. HEX triplet: AB, 98 and 47. RGB value is (171,152,71). Sum of RGB (Red+Green+Blue) = 171+152+71=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9847 is #5467B8. Grayscale: #949494. Windows color (decimal): -5531577 or 4692139. OLE color: 4692139.

HSL color Cylindrical-coordinate representation of color #AB9847: hue angle of 48.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 #AB9847 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17115271-
CMYK00.110.580.33
HSL48.6º41.32%47.45%-
HSV(B)48.6º58.48%67.06%-
XYZ29.1631.5710.52-
YUV148.4584.29144.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=43.40%
G=38.58%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711527100.110.580.3348.641.3247.45
HexAB98470B3A2131292f
Octal2532301070137241615157
Binary1010101110011000100011101011111010100001110001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9847; }

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

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

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

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

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

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

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

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