#AA9350

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

Shades of Husk #AA9350

Tints of Husk #AA9350

Color information

#AA9350 (or 0xAA9350) is unknown color: approx Husk. HEX triplet: AA, 93 and 50. RGB value is (170,147,80). Sum of RGB (Red+Green+Blue) = 170+147+80=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9350 is #556CAF. Grayscale: #929292. Windows color (decimal): -5598384 or 5280682. OLE color: 5280682.

HSL color Cylindrical-coordinate representation of color #AA9350: hue angle of 44.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA9350 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17014780-
CMYK00.140.530.33
HSL44.67º36%49.02%-
HSV(B)44.67º52.94%66.67%-
XYZ28.4629.9911.88-
YUV146.2490.62144.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=42.82%
G=37.03%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701478000.140.530.3344.673649.02
HexAA93500E35212d2431
Octal2522231200166541554461
Binary1010101010010011101000001110110101100001101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9350; }

 p { color: rgb(170,147,80); }

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

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

 a { background-color: rgb(170,147,80); }

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

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

 span { border-color: rgb(170,147,80); }

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