#A9924D

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

Shades of Husk #A9924D

Tints of Husk #A9924D

Color information

#A9924D (or 0xA9924D) is unknown color: approx Husk. HEX triplet: A9, 92 and 4D. RGB value is (169,146,77). Sum of RGB (Red+Green+Blue) = 169+146+77=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9924D is #566DB2. Grayscale: #919191. Windows color (decimal): -5664179 or 5083817. OLE color: 5083817.

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

Color convert

RGB16914677-
CMYK00.140.540.34
HSL45º37.4%48.24%-
HSV(B)45º54.44%66.27%-
XYZ27.9829.5311.25-
YUV145.0189.62145.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=43.11%
G=37.24%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691467700.140.540.344537.448.24
HexA9924D0E36222d2530
Octal2512221150166642554560
Binary1010100110010010100110101110110110100010101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9924D; }

 p { color: rgb(169,146,77); }

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

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

 a { background-color: rgb(169,146,77); }

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

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

 span { border-color: rgb(169,146,77); }

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