#AB984E

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

Shades of Husk #AB984E

Tints of Husk #AB984E

Color information

#AB984E (or 0xAB984E) is unknown color: approx Husk. HEX triplet: AB, 98 and 4E. RGB value is (171,152,78). Sum of RGB (Red+Green+Blue) = 171+152+78=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB984E is #5467B1. Grayscale: #959595. Windows color (decimal): -5531570 or 5150891. OLE color: 5150891.

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

Color convert

RGB17115278-
CMYK00.110.540.33
HSL47.74º37.35%48.82%-
HSV(B)47.74º54.39%67.06%-
XYZ29.431.6611.77-
YUV149.2487.79143.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=42.64%
G=37.91%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711527800.110.540.3347.7437.3548.82
HexAB984E0B3621302531
Octal2532301160136641604561
Binary1010101110011000100111001011110110100001110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB984E; }

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

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

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

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

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

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

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

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