#AAACAA

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

Shades of Rainee #AAACAA

Tints of Rainee #AAACAA

Color information

#AAACAA (or 0xAAACAA) is unknown color: approx Rainee. HEX triplet: AA, AC and AA. RGB value is (170,172,170). Sum of RGB (Red+Green+Blue) = 170+172+170=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACAA is #555355. Grayscale: #ABABAB. Windows color (decimal): -5591894 or 11185322. OLE color: 11185322.

HSL color Cylindrical-coordinate representation of color #AAACAA: hue angle of 120º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAACAA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170172170-
CMYK0.0100.010.33
HSL120º1.19%67.06%-
HSV(B)120º1.16%67.45%-
XYZ38.5940.9543.9-
YUV171.17127.34127.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=33.20%
G=33.59%
B=33.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721700.0100.010.331201.1967.06
HexAAACAA1012178143
Octal252254252101411701103
Binary101010101010110010101010101100001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACAA; }

 p { color: rgb(170,172,170); }

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

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

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

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

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

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

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