#AEABAA

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

Shades of Martini #AEABAA

Tints of Martini #AEABAA

Color information

#AEABAA (or 0xAEABAA) is unknown color: approx Martini. HEX triplet: AE, AB and AA. RGB value is (174,171,170). Sum of RGB (Red+Green+Blue) = 174+171+170=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABAA is #515455. Grayscale: #ABABAB. Windows color (decimal): -5330006 or 11185070. OLE color: 11185070.

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

Color convert

RGB174171170-
CMYK00.020.020.32
HSL15º2.41%67.45%-
HSV(B)15º2.3%68.24%-
XYZ39.2741.0343.88-
YUV171.78126.99129.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=33.79%
G=33.20%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417117000.020.020.32152.4167.45
HexAEABAA02220f243
Octal25625325202240172103
Binary101011101010101110101010010101000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABAA; }

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

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

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

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

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

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

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

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