#AAA155

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

Shades of Husk #AAA155

Tints of Husk #AAA155

Color information

#AAA155 (or 0xAAA155) is unknown color: approx Husk. HEX triplet: AA, A1 and 55. RGB value is (170,161,85). Sum of RGB (Red+Green+Blue) = 170+161+85=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA155 is #555EAA. Grayscale: #9B9B9B. Windows color (decimal): -5594795 or 5611946. OLE color: 5611946.

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

Color convert

RGB17016185-
CMYK00.050.500.33
HSL53.65º33.33%50%-
HSV(B)53.65º50%66.67%-
XYZ30.9634.6913.66-
YUV155.0388.48138.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=40.87%
G=38.70%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701618500.050.500.3353.6533.3350
HexAAA155053221362132
Octal252241125056241664162
Binary101010101010000110101010101110010100001110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA155; }

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

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

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

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

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

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

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

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