#AEA29F

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

Shades of Martini #AEA29F

Tints of Martini #AEA29F

Color information

#AEA29F (or 0xAEA29F) is unknown color: approx Martini. HEX triplet: AE, A2 and 9F. RGB value is (174,162,159). Sum of RGB (Red+Green+Blue) = 174+162+159=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29F is #515D60. Grayscale: #A5A5A5. Windows color (decimal): -5332321 or 10461870. OLE color: 10461870.

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

Color convert

RGB174162159-
CMYK00.070.090.32
HSL12º8.47%65.29%-
HSV(B)12º8.62%68.24%-
XYZ36.6337.3438.08-
YUV165.25124.48134.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=35.15%
G=32.73%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416215900.070.090.32128.4765.29
HexAEA29F07920c841
Octal2562422370711401410101
Binary10101110101000101001111101111001100000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA29F; }

 p { color: rgb(174,162,159); }

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

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

 a { background-color: rgb(174,162,159); }

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

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

 span { border-color: rgb(174,162,159); }

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