#AFA59F

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

Shades of Martini #AFA59F

Tints of Martini #AFA59F

Color information

#AFA59F (or 0xAFA59F) is unknown color: approx Martini. HEX triplet: AF, A5 and 9F. RGB value is (175,165,159). Sum of RGB (Red+Green+Blue) = 175+165+159=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA59F is #505A60. Grayscale: #A7A7A7. Windows color (decimal): -5266017 or 10462639. OLE color: 10462639.

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

Color convert

RGB175165159-
CMYK00.060.090.31
HSL22.5º9.09%65.49%-
HSV(B)22.5º9.14%68.63%-
XYZ37.3938.5338.27-
YUV167.31123.31133.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=35.07%
G=33.07%
B=31.86%

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
Decimal17516515900.060.090.3122.59.0965.49
HexAFA59F0691F17941
Octal2572452370611372711101
Binary10101111101001011001111101101001111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA59F; }

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

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

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

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

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

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

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

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