#AAA19D

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

Shades of Martini #AAA19D

Tints of Martini #AAA19D

Color information

#AAA19D (or 0xAAA19D) is unknown color: approx Martini. HEX triplet: AA, A1 and 9D. RGB value is (170,161,157). Sum of RGB (Red+Green+Blue) = 170+161+157=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19D is #555E62. Grayscale: #A3A3A3. Windows color (decimal): -5594723 or 10330538. OLE color: 10330538.

HSL color Cylindrical-coordinate representation of color #AAA19D: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA19D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170161157-
CMYK00.050.080.33
HSL18.46º7.1%64.12%-
HSV(B)18.46º7.65%66.67%-
XYZ35.4136.4737.07-
YUV163.23124.48132.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=34.84%
G=32.99%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115700.050.080.3318.467.164.12
HexAAA19D0582112740
Octal252241235051041227100
Binary10101010101000011001110101011000100001100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA19D; }

 p { color: rgb(170,161,157); }

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

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

 a { background-color: rgb(170,161,157); }

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

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

 span { border-color: rgb(170,161,157); }

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