#A49595

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

Shades of Dusty Grey #A49595

Tints of Dusty Grey #A49595

Color information

#A49595 (or 0xA49595) is unknown color: approx Dusty Grey. HEX triplet: A4, 95 and 95. RGB value is (164,149,149). Sum of RGB (Red+Green+Blue) = 164+149+149=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49595 is #5B6A6A. Grayscale: #999999. Windows color (decimal): -5991019 or 9803172. OLE color: 9803172.

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

Color convert

RGB164149149-
CMYK00.090.090.36
HSL7.61%61.37%-
HSV(B)9.15%64.31%-
XYZ31.4831.5632.87-
YUV153.48125.47135.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=35.50%
G=32.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414914900.090.090.3607.6161.37
HexA4959509924083d
Octal244225225011114401075
Binary10100100100101011001010101001100110010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49595; }

 p { color: rgb(164,149,149); }

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

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

 a { background-color: rgb(164,149,149); }

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

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

 span { border-color: rgb(164,149,149); }

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