#AFA19E

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

Shades of Martini #AFA19E

Tints of Martini #AFA19E

Color information

#AFA19E (or 0xAFA19E) is unknown color: approx Martini. HEX triplet: AF, A1 and 9E. RGB value is (175,161,158). Sum of RGB (Red+Green+Blue) = 175+161+158=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19E is #505E61. Grayscale: #A4A4A4. Windows color (decimal): -5267042 or 10396079. OLE color: 10396079.

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

Color convert

RGB175161158-
CMYK00.080.100.31
HSL10.59º9.6%65.29%-
HSV(B)10.59º9.71%68.63%-
XYZ36.637.0737.57-
YUV164.84124.14135.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=35.43%
G=32.59%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115800.080.100.3110.599.665.29
HexAFA19E08A1Fba41
Octal25724123601012371312101
Binary10101111101000011001111001000101011111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA19E; }

 p { color: rgb(175,161,158); }

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

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

 a { background-color: rgb(175,161,158); }

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

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

 span { border-color: rgb(175,161,158); }

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