#ACA9A8

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

Shades of Martini #ACA9A8

Tints of Martini #ACA9A8

Color information

#ACA9A8 (or 0xACA9A8) is unknown color: approx Martini. HEX triplet: AC, A9 and A8. RGB value is (172,169,168). Sum of RGB (Red+Green+Blue) = 172+169+168=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9A8 is #535657. Grayscale: #A9A9A9. Windows color (decimal): -5461592 or 11053484. OLE color: 11053484.

HSL color Cylindrical-coordinate representation of color #ACA9A8: hue angle of 15º 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 #ACA9A8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172169168-
CMYK00.020.020.33
HSL15º2.35%66.67%-
HSV(B)15º2.33%67.45%-
XYZ38.2739.9742.74-
YUV169.78126.99129.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=33.79%
G=33.20%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216916800.020.020.33152.3566.67
HexACA9A802221f243
Octal25425125002241172103
Binary101011001010100110101000010101000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9A8; }

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

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

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

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

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

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

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

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