#ACA19E

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

Shades of Martini #ACA19E

Tints of Martini #ACA19E

Color information

#ACA19E (or 0xACA19E) is unknown color: approx Martini. HEX triplet: AC, A1 and 9E. RGB value is (172,161,158). Sum of RGB (Red+Green+Blue) = 172+161+158=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19E is #535E61. Grayscale: #A3A3A3. Windows color (decimal): -5463650 or 10396076. OLE color: 10396076.

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

Color convert

RGB172161158-
CMYK00.060.080.33
HSL12.86º7.78%64.71%-
HSV(B)12.86º8.14%67.45%-
XYZ35.9336.7337.54-
YUV163.95124.64133.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=35.03%
G=32.79%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115800.060.080.3312.867.7864.71
HexACA19E06821d841
Octal2542412360610411510101
Binary10101100101000011001111001101000100001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA19E; }

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

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

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

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

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

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

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

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