#AB984C

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

Shades of Husk #AB984C

Tints of Husk #AB984C

Color information

#AB984C (or 0xAB984C) is unknown color: approx Husk. HEX triplet: AB, 98 and 4C. RGB value is (171,152,76). Sum of RGB (Red+Green+Blue) = 171+152+76=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB984C is #5467B3. Grayscale: #959595. Windows color (decimal): -5531572 or 5019819. OLE color: 5019819.

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

Color convert

RGB17115276-
CMYK00.110.560.33
HSL48º38.46%48.43%-
HSV(B)48º55.56%67.06%-
XYZ29.3331.6411.4-
YUV149.0286.79143.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711527600.110.560.334838.4648.43
HexAB984C0B3821302630
Octal2532301140137041604660
Binary1010101110011000100110001011111000100001110000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB984C; }

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

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

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

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

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

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

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

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