#ACA7A5

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

Shades of Martini #ACA7A5

Tints of Martini #ACA7A5

Color information

#ACA7A5 (or 0xACA7A5) is unknown color: approx Martini. HEX triplet: AC, A7 and A5. RGB value is (172,167,165). Sum of RGB (Red+Green+Blue) = 172+167+165=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA7A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA7A5 is #53585A. Grayscale: #A8A8A8. Windows color (decimal): -5462107 or 10856364. OLE color: 10856364.

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

Color convert

RGB172167165-
CMYK00.030.040.33
HSL17.14º4.05%66.08%-
HSV(B)17.14º4.07%67.45%-
XYZ37.6239.1241.17-
YUV168.27126.16130.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=34.13%
G=33.13%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216716500.030.040.3317.144.0566.08
HexACA7A50342111442
Octal25424724503441214102
Binary101011001010011110100101011100100001100011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7A5; }

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

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

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

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

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

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

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

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