#AFA49D

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

Shades of Martini #AFA49D

Tints of Martini #AFA49D

Color information

#AFA49D (or 0xAFA49D) is unknown color: approx Martini. HEX triplet: AF, A4 and 9D. RGB value is (175,164,157). Sum of RGB (Red+Green+Blue) = 175+164+157=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49D is #505B62. Grayscale: #A6A6A6. Windows color (decimal): -5266275 or 10331311. OLE color: 10331311.

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

Color convert

RGB175164157-
CMYK00.060.100.31
HSL23.33º10.11%65.1%-
HSV(B)23.33º10.29%68.63%-
XYZ37.0438.137.3-
YUV166.49122.64134.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=35.28%
G=33.06%
B=31.65%

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
Decimal17516415700.060.100.3123.3310.1165.1
HexAFA49D06A1F17a41
Octal2572442350612372712101
Binary10101111101001001001110101101010111111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA49D; }

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

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

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

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

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

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

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

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