#A29494

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

Shades of Dusty Grey #A29494

Tints of Dusty Grey #A29494

Color information

#A29494 (or 0xA29494) is unknown color: approx Dusty Grey. HEX triplet: A2, 94 and 94. RGB value is (162,148,148). Sum of RGB (Red+Green+Blue) = 162+148+148=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29494 is #5D6B6B. Grayscale: #989898. Windows color (decimal): -6122348 or 9737378. OLE color: 9737378.

HSL color Cylindrical-coordinate representation of color #A29494: 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.09%. Process color model (Four color, CMYK) of #A29494 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162148148-
CMYK00.090.090.36
HSL7%60.78%-
HSV(B)8.64%63.53%-
XYZ30.843132.38-
YUV152.19125.64135-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=35.37%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16214814800.090.090.360760.78
HexA2949409924073d
Octal24222422401111440775
Binary1010001010010100100101000100110011001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29494; }

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

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

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

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

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

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

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

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