#A39090

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

Shades of Dusty Grey #A39090

Tints of Dusty Grey #A39090

Color information

#A39090 (or 0xA39090) is unknown color: approx Dusty Grey. HEX triplet: A3, 90 and 90. RGB value is (163,144,144). Sum of RGB (Red+Green+Blue) = 163+144+144=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A39090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39090 is #5C6F6F. Grayscale: #959595. Windows color (decimal): -6057840 or 9474211. OLE color: 9474211.

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

Color convert

RGB163144144-
CMYK00.120.120.36
HSL9.36%60.2%-
HSV(B)11.66%63.92%-
XYZ30.1129.7530.54-
YUV149.68124.79137.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=36.14%
G=31.93%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314414400.120.120.3609.3660.2
HexA390900CC24093c
Octal243220220014144401174
Binary10100011100100001001000001100110010010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39090; }

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

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

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

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

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

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

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

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