#AFA7A4

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

Shades of Martini #AFA7A4

Tints of Martini #AFA7A4

Color information

#AFA7A4 (or 0xAFA7A4) is unknown color: approx Martini. HEX triplet: AF, A7 and A4. RGB value is (175,167,164). Sum of RGB (Red+Green+Blue) = 175+167+164=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A4 is #50585B. Grayscale: #A9A9A9. Windows color (decimal): -5265500 or 10790831. OLE color: 10790831.

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

Color convert

RGB175167164-
CMYK00.050.060.31
HSL16.36º6.43%66.47%-
HSV(B)16.36º6.29%68.63%-
XYZ38.239.4340.72-
YUV169.05125.15132.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=34.58%
G=33.00%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516716400.050.060.3116.366.4366.47
HexAFA7A40561F10642
Octal25724724405637206102
Binary101011111010011110100100010111011111100001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7A4; }

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

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

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

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

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

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

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

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