#AAA253

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

Shades of Husk #AAA253

Tints of Husk #AAA253

Color information

#AAA253 (or 0xAAA253) is unknown color: approx Husk. HEX triplet: AA, A2 and 53. RGB value is (170,162,83). Sum of RGB (Red+Green+Blue) = 170+162+83=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA253 is #555DAC. Grayscale: #9B9B9B. Windows color (decimal): -5594541 or 5481130. OLE color: 5481130.

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

Color convert

RGB17016283-
CMYK00.050.510.33
HSL54.48º34.39%49.61%-
HSV(B)54.48º51.18%66.67%-
XYZ31.0635.0113.3-
YUV155.3987.15138.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 83 (32.81% from 255) = 20%
R=40.96%
G=39.04%
B=20%

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
Decimal1701628300.050.510.3354.4834.3949.61
HexAAA253053321362232
Octal252242123056341664262
Binary101010101010001010100110101110011100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA253; }

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

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

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

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

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

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

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

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