#A29595

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

Shades of Dusty Grey #A29595

Tints of Dusty Grey #A29595

Color information

#A29595 (or 0xA29595) is unknown color: approx Dusty Grey. HEX triplet: A2, 95 and 95. RGB value is (162,149,149). Sum of RGB (Red+Green+Blue) = 162+149+149=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29595 is #5D6A6A. Grayscale: #989898. Windows color (decimal): -6122091 or 9803170. OLE color: 9803170.

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

Color convert

RGB162149149-
CMYK00.080.080.36
HSL6.53%60.98%-
HSV(B)8.02%63.53%-
XYZ31.0731.3532.85-
YUV152.89125.81134.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=35.22%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16214914900.080.080.3606.5360.98
HexA2959508824073d
Octal24222522501010440775
Binary1010001010010101100101010100010001001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29595; }

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

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

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

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

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

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

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

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