#AFA29B

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

Shades of Martini #AFA29B

Tints of Martini #AFA29B

Color information

#AFA29B (or 0xAFA29B) is unknown color: approx Martini. HEX triplet: AF, A2 and 9B. RGB value is (175,162,155). Sum of RGB (Red+Green+Blue) = 175+162+155=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29B is #505D64. Grayscale: #A5A5A5. Windows color (decimal): -5266789 or 10199727. OLE color: 10199727.

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

Color convert

RGB175162155-
CMYK00.070.110.31
HSL21º11.11%64.71%-
HSV(B)21º11.43%68.63%-
XYZ36.5237.3236.29-
YUV165.09122.31135.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=35.57%
G=32.93%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516215500.070.110.312111.1164.71
HexAFA29B07B1F15b41
Octal2572422330713372513101
Binary10101111101000101001101101111011111111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA29B; }

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

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

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

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

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

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

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

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