#A19392

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

Shades of Dusty Grey #A19392

Tints of Dusty Grey #A19392

Color information

#A19392 (or 0xA19392) is unknown color: approx Dusty Grey. HEX triplet: A1, 93 and 92. RGB value is (161,147,146). Sum of RGB (Red+Green+Blue) = 161+147+146=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A19392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19392 is #5E6C6D. Grayscale: #979797. Windows color (decimal): -6188142 or 9606049. OLE color: 9606049.

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

Color convert

RGB161147146-
CMYK00.090.090.37
HSL7.39%60.2%-
HSV(B)9.32%63.14%-
XYZ30.3230.5231.49-
YUV151.07125.14135.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=35.46%
G=32.38%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114714600.090.090.3747.3960.2
HexA1939209925473c
Octal24122322201111454774
Binary101000011001001110010010010011001100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19392; }

 p { color: rgb(161,147,146); }

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

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

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

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

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

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

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