#AAA254

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

Shades of Husk #AAA254

Tints of Husk #AAA254

Color information

#AAA254 (or 0xAAA254) is unknown color: approx Husk. HEX triplet: AA, A2 and 54. RGB value is (170,162,84). Sum of RGB (Red+Green+Blue) = 170+162+84=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA254 is #555DAB. Grayscale: #9B9B9B. Windows color (decimal): -5594540 or 5546666. OLE color: 5546666.

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

Color convert

RGB17016284-
CMYK00.050.510.33
HSL54.42º33.86%49.8%-
HSV(B)54.42º50.59%66.67%-
XYZ31.135.0313.51-
YUV155.587.65138.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=40.87%
G=38.94%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701628400.050.510.3354.4233.8649.8
HexAAA254053321362232
Octal252242124056341664262
Binary101010101010001010101000101110011100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA254; }

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

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

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

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

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

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

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

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