#AF9F9A

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

Shades of Martini #AF9F9A

Tints of Martini #AF9F9A

Color information

#AF9F9A (or 0xAF9F9A) is unknown color: approx Martini. HEX triplet: AF, 9F and 9A. RGB value is (175,159,154). Sum of RGB (Red+Green+Blue) = 175+159+154=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F9A is #506065. Grayscale: #A3A3A3. Windows color (decimal): -5267558 or 10133423. OLE color: 10133423.

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

Color convert

RGB175159154-
CMYK00.090.120.31
HSL14.29º11.6%64.51%-
HSV(B)14.29º12%68.63%-
XYZ35.9136.2435.67-
YUV163.21122.8136.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=35.86%
G=32.58%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515915400.090.120.3114.2911.664.51
HexAF9F9A09C1Fec41
Octal25723723201114371614101
Binary10101111100111111001101001001110011111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F9A; }

 p { color: rgb(175,159,154); }

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

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

 a { background-color: rgb(175,159,154); }

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

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

 span { border-color: rgb(175,159,154); }

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