#AEA29E

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

Shades of Martini #AEA29E

Tints of Martini #AEA29E

Color information

#AEA29E (or 0xAEA29E) is unknown color: approx Martini. HEX triplet: AE, A2 and 9E. RGB value is (174,162,158). Sum of RGB (Red+Green+Blue) = 174+162+158=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29E is #515D61. Grayscale: #A5A5A5. Windows color (decimal): -5332322 or 10396334. OLE color: 10396334.

HSL color Cylindrical-coordinate representation of color #AEA29E: hue angle of 15º degrees, saturation: 0.09, 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 #AEA29E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174162158-
CMYK00.070.090.32
HSL15º8.99%65.1%-
HSV(B)15º9.2%68.24%-
XYZ36.5537.3137.62-
YUV165.13123.98134.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=35.22%
G=32.79%
B=31.98%

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
Decimal17416215800.070.090.32158.9965.1
HexAEA29E07920f941
Octal2562422360711401711101
Binary10101110101000101001111001111001100000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA29E; }

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

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

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

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

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

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

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

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