#AB994E

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

Shades of Husk #AB994E

Tints of Husk #AB994E

Color information

#AB994E (or 0xAB994E) is unknown color: approx Husk. HEX triplet: AB, 99 and 4E. RGB value is (171,153,78). Sum of RGB (Red+Green+Blue) = 171+153+78=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB994E is #5466B1. Grayscale: #969696. Windows color (decimal): -5531314 or 5151147. OLE color: 5151147.

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

Color convert

RGB17115378-
CMYK00.110.540.33
HSL48.39º37.35%48.82%-
HSV(B)48.39º54.39%67.06%-
XYZ29.5631.9911.82-
YUV149.8387.46143.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=42.54%
G=38.06%
B=19.40%

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
Decimal1711537800.110.540.3348.3937.3548.82
HexAB994E0B3621302531
Octal2532311160136641604561
Binary1010101110011001100111001011110110100001110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB994E; }

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

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

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

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

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

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

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

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