#AFAAA9

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

Shades of Martini #AFAAA9

Tints of Martini #AFAAA9

Color information

#AFAAA9 (or 0xAFAAA9) is unknown color: approx Martini. HEX triplet: AF, AA and A9. RGB value is (175,170,169). Sum of RGB (Red+Green+Blue) = 175+170+169=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA9 is #505556. Grayscale: #ABABAB. Windows color (decimal): -5264727 or 11119279. OLE color: 11119279.

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

Color convert

RGB175170169-
CMYK00.030.030.31
HSL10º3.61%67.45%-
HSV(B)10º3.43%68.63%-
XYZ39.2240.7343.33-
YUV171.38126.66130.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=34.05%
G=33.07%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517016900.030.030.31103.6167.45
HexAFAAA90331Fa443
Octal25725225103337124103
Binary101011111010101010101001011111111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAA9; }

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

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

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

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

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

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

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

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