#ACA4A1

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

Shades of Martini #ACA4A1

Tints of Martini #ACA4A1

Color information

#ACA4A1 (or 0xACA4A1) is unknown color: approx Martini. HEX triplet: AC, A4 and A1. RGB value is (172,164,161). Sum of RGB (Red+Green+Blue) = 172+164+161=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA4A1 is #535B5E. Grayscale: #A6A6A6. Windows color (decimal): -5462879 or 10593452. OLE color: 10593452.

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

Color convert

RGB172164161-
CMYK00.050.060.33
HSL16.36º6.21%65.29%-
HSV(B)16.36º6.4%67.45%-
XYZ36.7237.8939.1-
YUV166.05125.15132.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=34.61%
G=33.00%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216416100.050.060.3316.366.2165.29
HexACA4A10562110641
Octal25424424105641206101
Binary1010110010100100101000010101110100001100001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4A1; }

 p { color: rgb(172,164,161); }

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

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

 a { background-color: rgb(172,164,161); }

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

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

 span { border-color: rgb(172,164,161); }

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