#A9984E

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

Shades of Husk #A9984E

Tints of Husk #A9984E

Color information

#A9984E (or 0xA9984E) is unknown color: approx Husk. HEX triplet: A9, 98 and 4E. RGB value is (169,152,78). Sum of RGB (Red+Green+Blue) = 169+152+78=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9984E is #5667B1. Grayscale: #949494. Windows color (decimal): -5662642 or 5150889. OLE color: 5150889.

HSL color Cylindrical-coordinate representation of color #A9984E: hue angle of 48.79º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9984E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16915278-
CMYK00.100.540.34
HSL48.79º36.84%48.43%-
HSV(B)48.79º53.85%66.27%-
XYZ28.9731.4411.75-
YUV148.6588.13142.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=42.36%
G=38.10%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691527800.100.540.3448.7936.8448.43
HexA9984E0A3622312530
Octal2512301160126642614560
Binary1010100110011000100111001010110110100010110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9984E; }

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

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

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

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

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

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

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

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