#A9944C

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

Shades of Husk #A9944C

Tints of Husk #A9944C

Color information

#A9944C (or 0xA9944C) is unknown color: approx Husk. HEX triplet: A9, 94 and 4C. RGB value is (169,148,76). Sum of RGB (Red+Green+Blue) = 169+148+76=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9944C is #566BB3. Grayscale: #929292. Windows color (decimal): -5663668 or 5018793. OLE color: 5018793.

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

Color convert

RGB16914876-
CMYK00.120.550.34
HSL46.45º37.96%48.04%-
HSV(B)46.45º55.03%66.27%-
XYZ28.2630.1411.17-
YUV146.0788.46144.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=43.00%
G=37.66%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691487600.120.550.3446.4537.9648.04
HexA9944C0C37222e2630
Octal2512241140146742564660
Binary1010100110010100100110001100110111100010101110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9944C; }

 p { color: rgb(169,148,76); }

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

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

 a { background-color: rgb(169,148,76); }

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

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

 span { border-color: rgb(169,148,76); }

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