#A8A19F

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

Shades of Martini #A8A19F

Tints of Martini #A8A19F

Color information

#A8A19F (or 0xA8A19F) is unknown color: approx Martini. HEX triplet: A8, A1 and 9F. RGB value is (168,161,159). Sum of RGB (Red+Green+Blue) = 168+161+159=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A19F is #575E60. Grayscale: #A2A2A2. Windows color (decimal): -5725793 or 10461608. OLE color: 10461608.

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

Color convert

RGB168161159-
CMYK00.040.050.34
HSL13.33º4.92%64.12%-
HSV(B)13.33º5.36%65.88%-
XYZ35.1536.3237.96-
YUV162.86125.82131.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=34.43%
G=32.99%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816115900.040.050.3413.334.9264.12
HexA8A19F04522d540
Octal25024123704542155100
Binary101010001010000110011111010010110001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A19F; }

 p { color: rgb(168,161,159); }

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

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

 a { background-color: rgb(168,161,159); }

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

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

 span { border-color: rgb(168,161,159); }

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