#AEA19B

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

Shades of Martini #AEA19B

Tints of Martini #AEA19B

Color information

#AEA19B (or 0xAEA19B) is unknown color: approx Martini. HEX triplet: AE, A1 and 9B. RGB value is (174,161,155). Sum of RGB (Red+Green+Blue) = 174+161+155=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19B is #515E64. Grayscale: #A4A4A4. Windows color (decimal): -5332581 or 10199470. OLE color: 10199470.

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

Color convert

RGB174161155-
CMYK00.070.110.32
HSL18.95º10.5%64.51%-
HSV(B)18.95º10.92%68.24%-
XYZ36.1236.8536.22-
YUV164.2122.81134.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=35.51%
G=32.86%
B=31.63%

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
Decimal17416115500.070.110.3218.9510.564.51
HexAEA19B07B2013a41
Octal2562412330713402312101
Binary101011101010000110011011011110111000001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA19B; }

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

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

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

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

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

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

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

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