#AEA29B

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

Shades of Martini #AEA29B

Tints of Martini #AEA29B

Color information

#AEA29B (or 0xAEA29B) is unknown color: approx Martini. HEX triplet: AE, A2 and 9B. RGB value is (174,162,155). Sum of RGB (Red+Green+Blue) = 174+162+155=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29B is #515D64. Grayscale: #A4A4A4. Windows color (decimal): -5332325 or 10199726. OLE color: 10199726.

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

Color convert

RGB174162155-
CMYK00.070.110.32
HSL22.11º10.5%64.51%-
HSV(B)22.11º10.92%68.24%-
XYZ36.2937.2136.28-
YUV164.79122.48134.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=35.44%
G=32.99%
B=31.57%

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
Decimal17416215500.070.110.3222.1110.564.51
HexAEA29B07B2016a41
Octal2562422330713402612101
Binary101011101010001010011011011110111000001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA29B; }

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

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

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

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

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

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

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

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