#AEA09C

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

Shades of Martini #AEA09C

Tints of Martini #AEA09C

Color information

#AEA09C (or 0xAEA09C) is unknown color: approx Martini. HEX triplet: AE, A0 and 9C. RGB value is (174,160,156). Sum of RGB (Red+Green+Blue) = 174+160+156=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09C is #515F63. Grayscale: #A3A3A3. Windows color (decimal): -5332836 or 10264750. OLE color: 10264750.

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

Color convert

RGB174160156-
CMYK00.080.100.32
HSL13.33º10%64.71%-
HSV(B)13.33º10.34%68.24%-
XYZ36.0336.5436.61-
YUV163.73123.64135.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=35.51%
G=32.65%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416015600.080.100.3213.331064.71
HexAEA09C08A20da41
Octal25624023401012401512101
Binary101011101010000010011100010001010100000110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA09C; }

 p { color: rgb(174,160,156); }

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

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

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

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

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

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

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