#A9974E

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

Shades of Husk #A9974E

Tints of Husk #A9974E

Color information

#A9974E (or 0xA9974E) is unknown color: approx Husk. HEX triplet: A9, 97 and 4E. RGB value is (169,151,78). Sum of RGB (Red+Green+Blue) = 169+151+78=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9974E is #5668B1. Grayscale: #949494. Windows color (decimal): -5662898 or 5150633. OLE color: 5150633.

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

Color convert

RGB16915178-
CMYK00.110.540.34
HSL48.13º36.84%48.43%-
HSV(B)48.13º53.85%66.27%-
XYZ28.831.1211.7-
YUV148.0688.46142.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=42.46%
G=37.94%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691517800.110.540.3448.1336.8448.43
HexA9974E0B3622302530
Octal2512271160136642604560
Binary1010100110010111100111001011110110100010110000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9974E; }

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

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

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

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

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

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

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

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