#AAA354

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

Shades of Husk #AAA354

Tints of Husk #AAA354

Color information

#AAA354 (or 0xAAA354) is unknown color: approx Husk. HEX triplet: AA, A3 and 54. RGB value is (170,163,84). Sum of RGB (Red+Green+Blue) = 170+163+84=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA354 is #555CAB. Grayscale: #9C9C9C. Windows color (decimal): -5594284 or 5546922. OLE color: 5546922.

HSL color Cylindrical-coordinate representation of color #AAA354: hue angle of 55.12º 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 #AAA354 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17016384-
CMYK00.040.510.33
HSL55.12º33.86%49.8%-
HSV(B)55.12º50.59%66.67%-
XYZ31.2735.3813.57-
YUV156.0987.32137.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=40.77%
G=39.09%
B=20.14%

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
Decimal1701638400.040.510.3355.1233.8649.8
HexAAA354043321372232
Octal252243124046341674262
Binary101010101010001110101000100110011100001110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA354; }

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

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

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

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

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

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

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

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