#AAAFAA

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

Shades of Rainee #AAAFAA

Tints of Rainee #AAAFAA

Color information

#AAAFAA (or 0xAAAFAA) is unknown color: approx Rainee. HEX triplet: AA, AF and AA. RGB value is (170,175,170). Sum of RGB (Red+Green+Blue) = 170+175+170=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFAA is #555055. Grayscale: #ACACAC. Windows color (decimal): -5591126 or 11186090. OLE color: 11186090.

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

Color convert

RGB170175170-
CMYK0.0300.030.31
HSL120º3.03%67.65%-
HSV(B)120º2.86%68.63%-
XYZ39.1642.1144.09-
YUV172.94126.34125.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=33.01%
G=33.98%
B=33.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751700.0300.030.311203.0367.65
HexAAAFAA3031F78344
Octal252257252303371703104
Binary10101010101011111010101011011111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFAA; }

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

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

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

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

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

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

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

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