#AAA8A7

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

Shades of Martini #AAA8A7

Tints of Martini #AAA8A7

Color information

#AAA8A7 (or 0xAAA8A7) is unknown color: approx Martini. HEX triplet: AA, A8 and A7. RGB value is (170,168,167). Sum of RGB (Red+Green+Blue) = 170+168+167=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8A7 is #555758. Grayscale: #A8A8A8. Windows color (decimal): -5592921 or 10987690. OLE color: 10987690.

HSL color Cylindrical-coordinate representation of color #AAA8A7: hue angle of 20º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA8A7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170168167-
CMYK00.010.020.33
HSL20º1.73%66.08%-
HSV(B)20º1.76%66.67%-
XYZ37.5639.3442.17-
YUV168.48127.16129.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=33.66%
G=33.27%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016816700.010.020.33201.7366.08
HexAAA8A70122114242
Octal25225024701241242102
Binary101010101010100010100111011010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8A7; }

 p { color: rgb(170,168,167); }

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

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

 a { background-color: rgb(170,168,167); }

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

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

 span { border-color: rgb(170,168,167); }

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