#AA944D

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

Shades of Husk #AA944D

Tints of Husk #AA944D

Color information

#AA944D (or 0xAA944D) is unknown color: approx Husk. HEX triplet: AA, 94 and 4D. RGB value is (170,148,77). Sum of RGB (Red+Green+Blue) = 170+148+77=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA944D is #556BB2. Grayscale: #929292. Windows color (decimal): -5598131 or 5084330. OLE color: 5084330.

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

Color convert

RGB17014877-
CMYK00.130.550.33
HSL45.81º37.65%48.43%-
HSV(B)45.81º54.71%66.67%-
XYZ28.5130.2611.36-
YUV146.4888.79144.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=43.04%
G=37.47%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701487700.130.550.3345.8137.6548.43
HexAA944D0D37212e2630
Octal2522241150156741564660
Binary1010101010010100100110101101110111100001101110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA944D; }

 p { color: rgb(170,148,77); }

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

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

 a { background-color: rgb(170,148,77); }

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

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

 span { border-color: rgb(170,148,77); }

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