#AAA353

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

Shades of Husk #AAA353

Tints of Husk #AAA353

Color information

#AAA353 (or 0xAAA353) is unknown color: approx Husk. HEX triplet: AA, A3 and 53. RGB value is (170,163,83). Sum of RGB (Red+Green+Blue) = 170+163+83=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA353 is #555CAC. Grayscale: #9C9C9C. Windows color (decimal): -5594285 or 5481386. OLE color: 5481386.

HSL color Cylindrical-coordinate representation of color #AAA353: hue angle of 55.17º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA353 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17016383-
CMYK00.040.510.33
HSL55.17º34.39%49.61%-
HSV(B)55.17º51.18%66.67%-
XYZ31.2435.3613.36-
YUV155.9786.82138-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 83 (32.81% from 255) = 19.95%
R=40.87%
G=39.18%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701638300.040.510.3355.1734.3949.61
HexAAA353043321372232
Octal252243123046341674262
Binary101010101010001110100110100110011100001110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA353; }

 p { color: rgb(170,163,83); }

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

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

 a { background-color: rgb(170,163,83); }

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

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

 span { border-color: rgb(170,163,83); }

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