#AEAAA9

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

Shades of Martini #AEAAA9

Tints of Martini #AEAAA9

Color information

#AEAAA9 (or 0xAEAAA9) is unknown color: approx Martini. HEX triplet: AE, AA and A9. RGB value is (174,170,169). Sum of RGB (Red+Green+Blue) = 174+170+169=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAA9 is #515556. Grayscale: #ABABAB. Windows color (decimal): -5330263 or 11119278. OLE color: 11119278.

HSL color Cylindrical-coordinate representation of color #AEAAA9: hue angle of 12º 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 #AEAAA9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174170169-
CMYK00.020.030.32
HSL12º2.99%67.25%-
HSV(B)12º2.87%68.24%-
XYZ38.9940.6143.32-
YUV171.08126.83130.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=33.92%
G=33.14%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417016900.020.030.32122.9967.25
HexAEAAA902320c343
Octal25625225102340143103
Binary101011101010101010101001010111000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAA9; }

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

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

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

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

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

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

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

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