#AFA9A7

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

Shades of Martini #AFA9A7

Tints of Martini #AFA9A7

Color information

#AFA9A7 (or 0xAFA9A7) is unknown color: approx Martini. HEX triplet: AF, A9 and A7. RGB value is (175,169,167). Sum of RGB (Red+Green+Blue) = 175+169+167=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9A7 is #505658. Grayscale: #AAAAAA. Windows color (decimal): -5264985 or 10987951. OLE color: 10987951.

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

Color convert

RGB175169167-
CMYK00.030.050.31
HSL15º4.76%67.06%-
HSV(B)15º4.57%68.63%-
XYZ38.8440.2842.29-
YUV170.57125.99131.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=34.25%
G=33.07%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516916700.030.050.31154.7667.06
HexAFA9A70351Ff543
Octal25725124703537175103
Binary1010111110101001101001110111011111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9A7; }

 p { color: rgb(175,169,167); }

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

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

 a { background-color: rgb(175,169,167); }

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

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

 span { border-color: rgb(175,169,167); }

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