#AFABA9

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

Shades of Martini #AFABA9

Tints of Martini #AFABA9

Color information

#AFABA9 (or 0xAFABA9) is unknown color: approx Martini. HEX triplet: AF, AB and A9. RGB value is (175,171,169). Sum of RGB (Red+Green+Blue) = 175+171+169=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA9 is #505456. Grayscale: #ABABAB. Windows color (decimal): -5264471 or 11119535. OLE color: 11119535.

HSL color Cylindrical-coordinate representation of color #AFABA9: hue angle of 20º 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 #AFABA9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175171169-
CMYK00.020.030.31
HSL20º3.61%67.45%-
HSV(B)20º3.43%68.63%-
XYZ39.441.143.39-
YUV171.97126.33130.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=33.98%
G=33.20%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517116900.020.030.31203.6167.45
HexAFABA90231F14443
Octal25725325102337244103
Binary1010111110101011101010010101111111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABA9; }

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

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

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

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

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

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

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

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