#ACA7A6

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

Shades of Martini #ACA7A6

Tints of Martini #ACA7A6

Color information

#ACA7A6 (or 0xACA7A6) is unknown color: approx Martini. HEX triplet: AC, A7 and A6. RGB value is (172,167,166). Sum of RGB (Red+Green+Blue) = 172+167+166=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7A6 is #535859. Grayscale: #A8A8A8. Windows color (decimal): -5462106 or 10921900. OLE color: 10921900.

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

Color convert

RGB172167166-
CMYK00.030.030.33
HSL10º3.49%66.27%-
HSV(B)10º3.49%67.45%-
XYZ37.7139.1641.65-
YUV168.38126.66130.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=34.06%
G=33.07%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216716600.030.030.33103.4966.27
HexACA7A603321a342
Octal25424724603341123102
Binary101011001010011110100110011111000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7A6; }

 p { color: rgb(172,167,166); }

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

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

 a { background-color: rgb(172,167,166); }

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

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

 span { border-color: rgb(172,167,166); }

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