#A79090

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

Shades of Dusty Grey #A79090

Tints of Dusty Grey #A79090

Color information

#A79090 (or 0xA79090) is unknown color: approx Dusty Grey. HEX triplet: A7, 90 and 90. RGB value is (167,144,144). Sum of RGB (Red+Green+Blue) = 167+144+144=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A79090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79090 is #586F6F. Grayscale: #969696. Windows color (decimal): -5795696 or 9474215. OLE color: 9474215.

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

Color convert

RGB167144144-
CMYK00.140.140.35
HSL11.56%60.98%-
HSV(B)13.77%65.49%-
XYZ30.9430.1830.58-
YUV150.88124.12139.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=36.70%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714414400.140.140.35011.5660.98
HexA790900EE230c3d
Octal247220220016164301475
Binary10100111100100001001000001110111010001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79090; }

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

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

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

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

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

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

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

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