#ACA29F

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

Shades of Martini #ACA29F

Tints of Martini #ACA29F

Color information

#ACA29F (or 0xACA29F) is unknown color: approx Martini. HEX triplet: AC, A2 and 9F. RGB value is (172,162,159). Sum of RGB (Red+Green+Blue) = 172+162+159=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA29F is #535D60. Grayscale: #A4A4A4. Windows color (decimal): -5463393 or 10461868. OLE color: 10461868.

HSL color Cylindrical-coordinate representation of color #ACA29F: hue angle of 13.85º degrees, saturation: 0.07, 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 #ACA29F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172162159-
CMYK00.060.080.33
HSL13.85º7.26%64.9%-
HSV(B)13.85º7.56%67.45%-
XYZ36.1937.1138.06-
YUV164.65124.81133.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=34.89%
G=32.86%
B=32.25%

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
Decimal17216215900.060.080.3313.857.2664.9
HexACA29F06821e741
Octal254242237061041167101
Binary1010110010100010100111110110100010000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA29F; }

 p { color: rgb(172,162,159); }

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

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

 a { background-color: rgb(172,162,159); }

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

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

 span { border-color: rgb(172,162,159); }

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