#AFA09C

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

Shades of Martini #AFA09C

Tints of Martini #AFA09C

Color information

#AFA09C (or 0xAFA09C) is unknown color: approx Martini. HEX triplet: AF, A0 and 9C. RGB value is (175,160,156). Sum of RGB (Red+Green+Blue) = 175+160+156=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09C is #505F63. Grayscale: #A4A4A4. Windows color (decimal): -5267300 or 10264751. OLE color: 10264751.

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

Color convert

RGB175160156-
CMYK00.090.110.31
HSL12.63º10.61%64.9%-
HSV(B)12.63º10.86%68.63%-
XYZ36.2536.6636.62-
YUV164.03123.47135.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=35.64%
G=32.59%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516015600.090.110.3112.6310.6164.9
HexAFA09C09B1Fdb41
Octal25724023401113371513101
Binary10101111101000001001110001001101111111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA09C; }

 p { color: rgb(175,160,156); }

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

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

 a { background-color: rgb(175,160,156); }

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

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

 span { border-color: rgb(175,160,156); }

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