#AAA154

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

Shades of Husk #AAA154

Tints of Husk #AAA154

Color information

#AAA154 (or 0xAAA154) is unknown color: approx Husk. HEX triplet: AA, A1 and 54. RGB value is (170,161,84). Sum of RGB (Red+Green+Blue) = 170+161+84=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA154 is #555EAB. Grayscale: #9B9B9B. Windows color (decimal): -5594796 or 5546410. OLE color: 5546410.

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

Color convert

RGB17016184-
CMYK00.050.510.33
HSL53.72º33.86%49.8%-
HSV(B)53.72º50.59%66.67%-
XYZ30.9234.6813.45-
YUV154.9187.98138.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 84 (33.20% from 255) = 20.24%
R=40.96%
G=38.80%
B=20.24%

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
Decimal1701618400.050.510.3353.7233.8649.8
HexAAA154053321362232
Octal252241124056341664262
Binary101010101010000110101000101110011100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA154; }

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

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

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

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

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

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

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

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