#AFA7A5

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

Shades of Martini #AFA7A5

Tints of Martini #AFA7A5

Color information

#AFA7A5 (or 0xAFA7A5) is unknown color: approx Martini. HEX triplet: AF, A7 and A5. RGB value is (175,167,165). Sum of RGB (Red+Green+Blue) = 175+167+165=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A5 is #50585A. Grayscale: #A9A9A9. Windows color (decimal): -5265499 or 10856367. OLE color: 10856367.

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

Color convert

RGB175167165-
CMYK00.050.060.31
HSL12º5.88%66.67%-
HSV(B)12º5.71%68.63%-
XYZ38.2939.4741.2-
YUV169.16125.65132.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=34.52%
G=32.94%
B=32.54%

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
Decimal17516716500.050.060.31125.8866.67
HexAFA7A50561Fc643
Octal25724724505637146103
Binary10101111101001111010010101011101111111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7A5; }

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

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

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

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

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

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

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

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