#AA944B

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

Shades of Husk #AA944B

Tints of Husk #AA944B

Color information

#AA944B (or 0xAA944B) is unknown color: approx Husk. HEX triplet: AA, 94 and 4B. RGB value is (170,148,75). Sum of RGB (Red+Green+Blue) = 170+148+75=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA944B is #556BB4. Grayscale: #929292. Windows color (decimal): -5598133 or 4953258. OLE color: 4953258.

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

Color convert

RGB17014875-
CMYK00.130.560.33
HSL46.11º38.78%48.04%-
HSV(B)46.11º55.88%66.67%-
XYZ28.4430.2310.99-
YUV146.2687.79144.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=43.26%
G=37.66%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701487500.130.560.3346.1138.7848.04
HexAA944B0D38212e2730
Octal2522241130157041564760
Binary1010101010010100100101101101111000100001101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA944B; }

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

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

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

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

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

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

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

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