#AFA19B

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

Shades of Martini #AFA19B

Tints of Martini #AFA19B

Color information

#AFA19B (or 0xAFA19B) is unknown color: approx Martini. HEX triplet: AF, A1 and 9B. RGB value is (175,161,155). Sum of RGB (Red+Green+Blue) = 175+161+155=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19B is #505E64. Grayscale: #A4A4A4. Windows color (decimal): -5267045 or 10199471. OLE color: 10199471.

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

Color convert

RGB175161155-
CMYK00.080.110.31
HSL18º11.11%64.71%-
HSV(B)18º11.43%68.63%-
XYZ36.3436.9736.23-
YUV164.5122.64135.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=35.64%
G=32.79%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115500.080.110.311811.1164.71
HexAFA19B08B1F12b41
Octal25724123301013372213101
Binary101011111010000110011011010001011111111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA19B; }

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

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

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

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

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

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

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

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