#AAA19C

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

Shades of Martini #AAA19C

Tints of Martini #AAA19C

Color information

#AAA19C (or 0xAAA19C) is unknown color: approx Martini. HEX triplet: AA, A1 and 9C. RGB value is (170,161,156). Sum of RGB (Red+Green+Blue) = 170+161+156=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19C is #555E63. Grayscale: #A3A3A3. Windows color (decimal): -5594724 or 10265002. OLE color: 10265002.

HSL color Cylindrical-coordinate representation of color #AAA19C: hue angle of 21.43º degrees, saturation: 0.08, 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 #AAA19C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170161156-
CMYK00.050.080.33
HSL21.43º7.61%63.92%-
HSV(B)21.43º8.24%66.67%-
XYZ35.3236.4436.62-
YUV163.12123.98132.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=34.91%
G=33.06%
B=32.03%

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
Decimal17016115600.050.080.3321.437.6163.92
HexAAA19C0582115840
Octal2522412340510412510100
Binary101010101010000110011100010110001000011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA19C; }

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

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

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

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

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

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

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

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