#AAA153

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

Shades of Husk #AAA153

Tints of Husk #AAA153

Color information

#AAA153 (or 0xAAA153) is unknown color: approx Husk. HEX triplet: AA, A1 and 53. RGB value is (170,161,83). Sum of RGB (Red+Green+Blue) = 170+161+83=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA153 is #555EAC. Grayscale: #9B9B9B. Windows color (decimal): -5594797 or 5480874. OLE color: 5480874.

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

Color convert

RGB17016183-
CMYK00.050.510.33
HSL53.79º34.39%49.61%-
HSV(B)53.79º51.18%66.67%-
XYZ30.8834.6613.25-
YUV154.887.48138.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 83 (32.81% from 255) = 20.05%
R=41.06%
G=38.89%
B=20.05%

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
Decimal1701618300.050.510.3353.7934.3949.61
HexAAA153053321362232
Octal252241123056341664262
Binary101010101010000110100110101110011100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA153; }

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

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

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

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

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

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

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

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