#AFA29D

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

Shades of Martini #AFA29D

Tints of Martini #AFA29D

Color information

#AFA29D (or 0xAFA29D) is unknown color: approx Martini. HEX triplet: AF, A2 and 9D. RGB value is (175,162,157). Sum of RGB (Red+Green+Blue) = 175+162+157=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29D is #505D62. Grayscale: #A5A5A5. Windows color (decimal): -5266787 or 10330799. OLE color: 10330799.

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

Color convert

RGB175162157-
CMYK00.070.100.31
HSL16.67º10.11%65.1%-
HSV(B)16.67º10.29%68.63%-
XYZ36.6937.3937.18-
YUV165.32123.31134.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=35.43%
G=32.79%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516215700.070.100.3116.6710.1165.1
HexAFA29D07A1F11a41
Octal2572422350712372112101
Binary10101111101000101001110101111010111111000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA29D; }

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

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

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

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

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

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

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

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