#AFA29F

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

Shades of Martini #AFA29F

Tints of Martini #AFA29F

Color information

#AFA29F (or 0xAFA29F) is unknown color: approx Martini. HEX triplet: AF, A2 and 9F. RGB value is (175,162,159). Sum of RGB (Red+Green+Blue) = 175+162+159=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29F is #505D60. Grayscale: #A5A5A5. Windows color (decimal): -5266785 or 10461871. OLE color: 10461871.

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

Color convert

RGB175162159-
CMYK00.070.090.31
HSL11.25º9.09%65.49%-
HSV(B)11.25º9.14%68.63%-
XYZ36.8637.4638.09-
YUV165.54124.31134.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=35.28%
G=32.66%
B=32.06%

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
Decimal17516215900.070.090.3111.259.0965.49
HexAFA29F0791Fb941
Octal2572422370711371311101
Binary1010111110100010100111110111100111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA29F; }

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

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

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

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

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

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

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

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