#AAA255

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

Shades of Husk #AAA255

Tints of Husk #AAA255

Color information

#AAA255 (or 0xAAA255) is unknown color: approx Husk. HEX triplet: AA, A2 and 55. RGB value is (170,162,85). Sum of RGB (Red+Green+Blue) = 170+162+85=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA255 is #555DAA. Grayscale: #9B9B9B. Windows color (decimal): -5594539 or 5612202. OLE color: 5612202.

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

Color convert

RGB17016285-
CMYK00.050.500.33
HSL54.35º33.33%50%-
HSV(B)54.35º50%66.67%-
XYZ31.1435.0413.72-
YUV155.6188.15138.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=40.77%
G=38.85%
B=20.38%

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
Decimal1701628500.050.500.3354.3533.3350
HexAAA255053221362132
Octal252242125056241664162
Binary101010101010001010101010101110010100001110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA255; }

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

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

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

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

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

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

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

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