#A9AEA9

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

Shades of Rainee #A9AEA9

Tints of Rainee #A9AEA9

Color information

#A9AEA9 (or 0xA9AEA9) is unknown color: approx Rainee. HEX triplet: A9, AE and A9. RGB value is (169,174,169). Sum of RGB (Red+Green+Blue) = 169+174+169=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEA9 is #565156. Grayscale: #ABABAB. Windows color (decimal): -5656919 or 11120297. OLE color: 11120297.

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

Color convert

RGB169174169-
CMYK0.0300.030.32
HSL120º2.99%67.25%-
HSV(B)120º2.87%68.24%-
XYZ38.6641.5743.52-
YUV171.93126.34125.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 169 (66.41% 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.32
SystemRedGreenBlueCMYKHSL
Decimal1691741690.0300.030.321202.9967.25
HexA9AEA93032078343
Octal251256251303401703103
Binary101010011010111010101001110111000001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEA9; }

 p { color: rgb(169,174,169); }

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

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

 a { background-color: rgb(169,174,169); }

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

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

 span { border-color: rgb(169,174,169); }

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