#AFA49E

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

Shades of Martini #AFA49E

Tints of Martini #AFA49E

Color information

#AFA49E (or 0xAFA49E) is unknown color: approx Martini. HEX triplet: AF, A4 and 9E. RGB value is (175,164,158). Sum of RGB (Red+Green+Blue) = 175+164+158=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49E is #505B61. Grayscale: #A6A6A6. Windows color (decimal): -5266274 or 10396847. OLE color: 10396847.

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

Color convert

RGB175164158-
CMYK00.060.100.31
HSL21.18º9.6%65.29%-
HSV(B)21.18º9.71%68.63%-
XYZ37.1338.1337.75-
YUV166.6123.14133.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=35.21%
G=33.00%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415800.060.100.3121.189.665.29
HexAFA49E06A1F15a41
Octal2572442360612372512101
Binary10101111101001001001111001101010111111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49E; }

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

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

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

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

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

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

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

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