#ACA19C

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

Shades of Martini #ACA19C

Tints of Martini #ACA19C

Color information

#ACA19C (or 0xACA19C) is unknown color: approx Martini. HEX triplet: AC, A1 and 9C. RGB value is (172,161,156). Sum of RGB (Red+Green+Blue) = 172+161+156=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19C is #535E63. Grayscale: #A3A3A3. Windows color (decimal): -5463652 or 10265004. OLE color: 10265004.

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

Color convert

RGB172161156-
CMYK00.060.090.33
HSL18.75º8.79%64.31%-
HSV(B)18.75º9.3%67.45%-
XYZ35.7636.6636.64-
YUV163.72123.64133.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=35.17%
G=32.92%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115600.060.090.3318.758.7964.31
HexACA19C0692113940
Octal2542412340611412311100
Binary101011001010000110011100011010011000011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA19C; }

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

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

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

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

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

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

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

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