#ACAAA9

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

Shades of Martini #ACAAA9

Tints of Martini #ACAAA9

Color information

#ACAAA9 (or 0xACAAA9) is unknown color: approx Martini. HEX triplet: AC, AA and A9. RGB value is (172,170,169). Sum of RGB (Red+Green+Blue) = 172+170+169=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA9 is #535556. Grayscale: #AAAAAA. Windows color (decimal): -5461335 or 11119276. OLE color: 11119276.

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

Color convert

RGB172170169-
CMYK00.010.020.33
HSL20º1.78%66.86%-
HSV(B)20º1.74%67.45%-
XYZ38.5540.3843.3-
YUV170.48127.16129.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 169 (66.41% 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
Decimal17217016900.010.020.33201.7866.86
HexACAAA90122114243
Octal25425225101241242103
Binary101011001010101010101001011010000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAA9; }

 p { color: rgb(172,170,169); }

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

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

 a { background-color: rgb(172,170,169); }

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

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

 span { border-color: rgb(172,170,169); }

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