#A69F9C

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

Shades of Martini #A69F9C

Tints of Martini #A69F9C

Color information

#A69F9C (or 0xA69F9C) is unknown color: approx Martini. HEX triplet: A6, 9F and 9C. RGB value is (166,159,156). Sum of RGB (Red+Green+Blue) = 166+159+156=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F9C is #596063. Grayscale: #A0A0A0. Windows color (decimal): -5857380 or 10264486. OLE color: 10264486.

HSL color Cylindrical-coordinate representation of color #A69F9C: hue angle of 18º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69F9C is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166159156-
CMYK00.040.060.35
HSL18º5.32%63.14%-
HSV(B)18º6.02%65.1%-
XYZ34.1235.336.47-
YUV160.75125.32131.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=34.51%
G=33.06%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615915600.040.060.35185.3263.14
HexA69F9C046231253f
Octal2462372340464322577
Binary101001101001111110011100010011010001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F9C; }

 p { color: rgb(166,159,156); }

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

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

 a { background-color: rgb(166,159,156); }

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

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

 span { border-color: rgb(166,159,156); }

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