#A39392

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

Shades of Dusty Grey #A39392

Tints of Dusty Grey #A39392

Color information

#A39392 (or 0xA39392) is unknown color: approx Dusty Grey. HEX triplet: A3, 93 and 92. RGB value is (163,147,146). Sum of RGB (Red+Green+Blue) = 163+147+146=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A39392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39392 is #5C6C6D. Grayscale: #979797. Windows color (decimal): -6057070 or 9606051. OLE color: 9606051.

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

Color convert

RGB163147146-
CMYK00.100.100.36
HSL3.53º8.46%60.59%-
HSV(B)3.53º10.43%63.92%-
XYZ30.7330.7331.51-
YUV151.67124.8136.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=35.75%
G=32.24%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314714600.100.100.363.538.4660.59
HexA393920AA24483d
Octal243223222012124441075
Binary1010001110010011100100100101010101001001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39392; }

 p { color: rgb(163,147,146); }

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

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

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

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

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

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

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