#AFA9A6

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

Shades of Martini #AFA9A6

Tints of Martini #AFA9A6

Color information

#AFA9A6 (or 0xAFA9A6) is unknown color: approx Martini. HEX triplet: AF, A9 and A6. RGB value is (175,169,166). Sum of RGB (Red+Green+Blue) = 175+169+166=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9A6 is #505659. Grayscale: #AAAAAA. Windows color (decimal): -5264986 or 10922415. OLE color: 10922415.

HSL color Cylindrical-coordinate representation of color #AFA9A6: hue angle of 20º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA9A6 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175169166-
CMYK00.030.050.31
HSL20º5.33%66.86%-
HSV(B)20º5.14%68.63%-
XYZ38.7540.2441.8-
YUV170.45125.49131.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=34.31%
G=33.14%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516916600.030.050.31205.3366.86
HexAFA9A60351F14543
Octal25725124603537245103
Binary10101111101010011010011001110111111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9A6; }

 p { color: rgb(175,169,166); }

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

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

 a { background-color: rgb(175,169,166); }

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

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

 span { border-color: rgb(175,169,166); }

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