#AFA49F

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

Shades of Martini #AFA49F

Tints of Martini #AFA49F

Color information

#AFA49F (or 0xAFA49F) is unknown color: approx Martini. HEX triplet: AF, A4 and 9F. RGB value is (175,164,159). Sum of RGB (Red+Green+Blue) = 175+164+159=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49F is #505B60. Grayscale: #A6A6A6. Windows color (decimal): -5266273 or 10462383. OLE color: 10462383.

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

Color convert

RGB175164159-
CMYK00.060.090.31
HSL18.75º9.09%65.49%-
HSV(B)18.75º9.14%68.63%-
XYZ37.2138.1738.21-
YUV166.72123.64133.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=35.14%
G=32.93%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415900.060.090.3118.759.0965.49
HexAFA49F0691F13941
Octal2572442370611372311101
Binary10101111101001001001111101101001111111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49F; }

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

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

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

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

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

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

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

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