#A19493

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

Shades of Dusty Grey #A19493

Tints of Dusty Grey #A19493

Color information

#A19493 (or 0xA19493) is unknown color: approx Dusty Grey. HEX triplet: A1, 94 and 93. RGB value is (161,148,147). Sum of RGB (Red+Green+Blue) = 161+148+147=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A19493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19493 is #5E6B6C. Grayscale: #979797. Windows color (decimal): -6187885 or 9671841. OLE color: 9671841.

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

Color convert

RGB161148147-
CMYK00.080.090.37
HSL4.29º6.93%60.39%-
HSV(B)4.29º8.7%63.14%-
XYZ30.5530.8631.95-
YUV151.77125.31134.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=35.31%
G=32.46%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114814700.080.090.374.296.9360.39
HexA1949308925473c
Octal24122422301011454774
Binary101000011001010010010011010001001100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19493; }

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

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

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

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

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

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

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

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