#A19494

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

Shades of Dusty Grey #A19494

Tints of Dusty Grey #A19494

Color information

#A19494 (or 0xA19494) is unknown color: approx Dusty Grey. HEX triplet: A1, 94 and 94. RGB value is (161,148,148). Sum of RGB (Red+Green+Blue) = 161+148+148=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19494 is #5E6B6B. Grayscale: #979797. Windows color (decimal): -6187884 or 9737377. OLE color: 9737377.

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

Color convert

RGB161148148-
CMYK00.080.080.37
HSL6.47%60.59%-
HSV(B)8.07%63.14%-
XYZ30.6330.8932.37-
YUV151.89125.81134.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=35.23%
G=32.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114814800.080.080.3706.4760.59
HexA1949408825063d
Octal24122422401010450675
Binary1010000110010100100101000100010001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19494; }

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

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

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

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

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

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

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

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