#AEA5A3

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

Shades of Martini #AEA5A3

Tints of Martini #AEA5A3

Color information

#AEA5A3 (or 0xAEA5A3) is unknown color: approx Martini. HEX triplet: AE, A5 and A3. RGB value is (174,165,163). Sum of RGB (Red+Green+Blue) = 174+165+163=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA5A3 is #515A5C. Grayscale: #A7A7A7. Windows color (decimal): -5331549 or 10724782. OLE color: 10724782.

HSL color Cylindrical-coordinate representation of color #AEA5A3: hue angle of 10.91º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEA5A3 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB174165163-
CMYK00.050.060.32
HSL10.91º6.36%66.08%-
HSV(B)10.91º6.32%68.24%-
XYZ37.5238.5540.11-
YUV167.46125.48132.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=34.66%
G=32.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416516300.050.060.3210.916.3666.08
HexAEA5A305620b642
Octal25624524305640136102
Binary101011101010010110100011010111010000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5A3; }

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

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

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

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

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

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

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

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