#AFA5A3

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

Shades of Martini #AFA5A3

Tints of Martini #AFA5A3

Color information

#AFA5A3 (or 0xAFA5A3) is unknown color: approx Martini. HEX triplet: AF, A5 and A3. RGB value is (175,165,163). Sum of RGB (Red+Green+Blue) = 175+165+163=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5A3 is #505A5C. Grayscale: #A7A7A7. Windows color (decimal): -5266013 or 10724783. OLE color: 10724783.

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

Color convert

RGB175165163-
CMYK00.060.070.31
HSL10º6.98%66.27%-
HSV(B)10º6.86%68.63%-
XYZ37.7538.6740.12-
YUV167.76125.31133.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=34.79%
G=32.80%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516516300.060.070.31106.9866.27
HexAFA5A30671Fa742
Octal25724524306737127102
Binary10101111101001011010001101101111111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5A3; }

 p { color: rgb(175,165,163); }

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

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

 a { background-color: rgb(175,165,163); }

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

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

 span { border-color: rgb(175,165,163); }

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