#AFA39F

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

Shades of Martini #AFA39F

Tints of Martini #AFA39F

Color information

#AFA39F (or 0xAFA39F) is unknown color: approx Martini. HEX triplet: AF, A3 and 9F. RGB value is (175,163,159). Sum of RGB (Red+Green+Blue) = 175+163+159=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA39F is #505C60. Grayscale: #A6A6A6. Windows color (decimal): -5266529 or 10462127. OLE color: 10462127.

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

Color convert

RGB175163159-
CMYK00.070.090.31
HSL15º9.09%65.49%-
HSV(B)15º9.14%68.63%-
XYZ37.0337.8138.15-
YUV166.13123.98134.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=35.21%
G=32.80%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516315900.070.090.31159.0965.49
HexAFA39F0791Ff941
Octal2572432370711371711101
Binary1010111110100011100111110111100111111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA39F; }

 p { color: rgb(175,163,159); }

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

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

 a { background-color: rgb(175,163,159); }

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

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

 span { border-color: rgb(175,163,159); }

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