#A39494

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

Shades of Dusty Grey #A39494

Tints of Dusty Grey #A39494

Color information

#A39494 (or 0xA39494) is unknown color: approx Dusty Grey. HEX triplet: A3, 94 and 94. RGB value is (163,148,148). Sum of RGB (Red+Green+Blue) = 163+148+148=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39494 is #5C6B6B. Grayscale: #989898. Windows color (decimal): -6056812 or 9737379. OLE color: 9737379.

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

Color convert

RGB163148148-
CMYK00.090.090.36
HSL7.54%60.98%-
HSV(B)9.2%63.92%-
XYZ31.0431.132.38-
YUV152.49125.47135.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=35.51%
G=32.24%
B=32.24%

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
Decimal16314814800.090.090.3607.5460.98
HexA3949409924083d
Octal243224224011114401075
Binary10100011100101001001010001001100110010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39494; }

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

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

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

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

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

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

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

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