#AEA39D

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

Shades of Martini #AEA39D

Tints of Martini #AEA39D

Color information

#AEA39D (or 0xAEA39D) is unknown color: approx Martini. HEX triplet: AE, A3 and 9D. RGB value is (174,163,157). Sum of RGB (Red+Green+Blue) = 174+163+157=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA39D is #515C62. Grayscale: #A5A5A5. Windows color (decimal): -5332067 or 10331054. OLE color: 10331054.

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

Color convert

RGB174163157-
CMYK00.060.100.32
HSL21.18º9.5%64.9%-
HSV(B)21.18º9.77%68.24%-
XYZ36.6437.6337.23-
YUV165.6123.14133.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=35.22%
G=33.00%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416315700.060.100.3221.189.564.9
HexAEA39D06A2015941
Octal2562432350612402511101
Binary101011101010001110011101011010101000001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA39D; }

 p { color: rgb(174,163,157); }

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

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

 a { background-color: rgb(174,163,157); }

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

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

 span { border-color: rgb(174,163,157); }

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