#A19393

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

Shades of Dusty Grey #A19393

Tints of Dusty Grey #A19393

Color information

#A19393 (or 0xA19393) is unknown color: approx Dusty Grey. HEX triplet: A1, 93 and 93. RGB value is (161,147,147). Sum of RGB (Red+Green+Blue) = 161+147+147=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A19393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19393 is #5E6C6C. Grayscale: #979797. Windows color (decimal): -6188141 or 9671585. OLE color: 9671585.

HSL color Cylindrical-coordinate representation of color #A19393: hue angle of 0º 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 #A19393 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161147147-
CMYK00.090.090.37
HSL6.93%60.39%-
HSV(B)8.7%63.14%-
XYZ30.430.5531.9-
YUV151.19125.64135-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=35.38%
G=32.31%
B=32.31%

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
Decimal16114714700.090.090.3706.9360.39
HexA1939309925073c
Octal24122322301111450774
Binary1010000110010011100100110100110011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19393; }

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

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

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

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

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

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

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

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