#A19191

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

Shades of Dusty Grey #A19191

Tints of Dusty Grey #A19191

Color information

#A19191 (or 0xA19191) is unknown color: approx Dusty Grey. HEX triplet: A1, 91 and 91. RGB value is (161,145,145). Sum of RGB (Red+Green+Blue) = 161+145+145=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A19191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19191 is #5E6E6E. Grayscale: #959595. Windows color (decimal): -6188655 or 9540001. OLE color: 9540001.

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

Color convert

RGB161145145-
CMYK00.100.100.37
HSL7.84%60%-
HSV(B)9.94%63.14%-
XYZ29.9329.8730.98-
YUV149.78125.3136-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=35.70%
G=32.15%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114514500.100.100.3707.8460
HexA191910AA25083c
Octal241221221012124501074
Binary10100001100100011001000101010101010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19191; }

 p { color: rgb(161,145,145); }

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

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

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

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

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

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

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