#A09494

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

Shades of Dusty Grey #A09494

Tints of Dusty Grey #A09494

Color information

#A09494 (or 0xA09494) is unknown color: approx Dusty Grey. HEX triplet: A0, 94 and 94. RGB value is (160,148,148). Sum of RGB (Red+Green+Blue) = 160+148+148=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09494 is #5F6B6B. Grayscale: #979797. Windows color (decimal): -6253420 or 9737376. OLE color: 9737376.

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

Color convert

RGB160148148-
CMYK00.070.070.37
HSL5.94%60.39%-
HSV(B)7.5%62.75%-
XYZ30.4330.7932.36-
YUV151.59125.98134-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=35.09%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014814800.070.070.3705.9460.39
HexA0949407725063c
Octal240224224077450674
Binary10100000100101001001010001111111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09494; }

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

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

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

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

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

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

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

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