#ACA19D

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

Shades of Martini #ACA19D

Tints of Martini #ACA19D

Color information

#ACA19D (or 0xACA19D) is unknown color: approx Martini. HEX triplet: AC, A1 and 9D. RGB value is (172,161,157). Sum of RGB (Red+Green+Blue) = 172+161+157=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19D is #535E62. Grayscale: #A3A3A3. Windows color (decimal): -5463651 or 10330540. OLE color: 10330540.

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

Color convert

RGB172161157-
CMYK00.060.090.33
HSL16º8.29%64.51%-
HSV(B)16º8.72%67.45%-
XYZ35.8436.6937.09-
YUV163.83124.14133.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=35.10%
G=32.86%
B=32.04%

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
Decimal17216115700.060.090.33168.2964.51
HexACA19D0692110841
Octal2542412350611412010101
Binary101011001010000110011101011010011000011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA19D; }

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

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

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

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

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

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

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

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