#AAA355

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

Shades of Husk #AAA355

Tints of Husk #AAA355

Color information

#AAA355 (or 0xAAA355) is unknown color: approx Husk. HEX triplet: AA, A3 and 55. RGB value is (170,163,85). Sum of RGB (Red+Green+Blue) = 170+163+85=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA355 is #555CAA. Grayscale: #9C9C9C. Windows color (decimal): -5594283 or 5612458. OLE color: 5612458.

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

Color convert

RGB17016385-
CMYK00.040.500.33
HSL55.06º33.33%50%-
HSV(B)55.06º50%66.67%-
XYZ31.3135.413.78-
YUV156.287.82137.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=40.67%
G=39.00%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701638500.040.500.3355.0633.3350
HexAAA355043221372132
Octal252243125046241674162
Binary101010101010001110101010100110010100001110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA355; }

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

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

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

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

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

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

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

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