#AFA4A0

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

Shades of Martini #AFA4A0

Tints of Martini #AFA4A0

Color information

#AFA4A0 (or 0xAFA4A0) is unknown color: approx Martini. HEX triplet: AF, A4 and A0. RGB value is (175,164,160). Sum of RGB (Red+Green+Blue) = 175+164+160=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4A0 is #505B5F. Grayscale: #A6A6A6. Windows color (decimal): -5266272 or 10527919. OLE color: 10527919.

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

Color convert

RGB175164160-
CMYK00.060.090.31
HSL16º8.57%65.69%-
HSV(B)16º8.57%68.63%-
XYZ37.338.238.67-
YUV166.83124.14133.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=35.07%
G=32.87%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516416000.060.090.31168.5765.69
HexAFA4A00691F10942
Octal2572442400611372011102
Binary10101111101001001010000001101001111111000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4A0; }

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

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

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

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

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

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

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

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