#AEACAB

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

Shades of Martini #AEACAB

Tints of Martini #AEACAB

Color information

#AEACAB (or 0xAEACAB) is unknown color: approx Martini. HEX triplet: AE, AC and AB. RGB value is (174,172,171). Sum of RGB (Red+Green+Blue) = 174+172+171=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAB is #515354. Grayscale: #ACACAC. Windows color (decimal): -5329749 or 11250862. OLE color: 11250862.

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

Color convert

RGB174172171-
CMYK00.010.020.32
HSL20º1.82%67.65%-
HSV(B)20º1.72%68.24%-
XYZ39.5641.4444.44-
YUV172.48127.16129.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=33.66%
G=33.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417217100.010.020.32201.8267.65
HexAEACAB0122014244
Octal25625425301240242104
Binary101011101010110010101011011010000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACAB; }

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

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

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

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

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

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

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

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