#AEA19A

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

Shades of Martini #AEA19A

Tints of Martini #AEA19A

Color information

#AEA19A (or 0xAEA19A) is unknown color: approx Martini. HEX triplet: AE, A1 and 9A. RGB value is (174,161,154). Sum of RGB (Red+Green+Blue) = 174+161+154=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19A is #515E65. Grayscale: #A4A4A4. Windows color (decimal): -5332582 or 10133934. OLE color: 10133934.

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

Color convert

RGB174161154-
CMYK00.070.110.32
HSL21º10.99%64.31%-
HSV(B)21º11.49%68.24%-
XYZ36.0336.8235.78-
YUV164.09122.31135.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=35.58%
G=32.92%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416115400.070.110.322110.9964.31
HexAEA19A07B2015b40
Octal2562412320713402513100
Binary101011101010000110011010011110111000001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA19A; }

 p { color: rgb(174,161,154); }

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

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

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

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

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

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

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