#A89393

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

Shades of Dusty Grey #A89393

Tints of Dusty Grey #A89393

Color information

#A89393 (or 0xA89393) is unknown color: approx Dusty Grey. HEX triplet: A8, 93 and 93. RGB value is (168,147,147). Sum of RGB (Red+Green+Blue) = 168+147+147=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89393 is #576C6C. Grayscale: #999999. Windows color (decimal): -5729389 or 9671592. OLE color: 9671592.

HSL color Cylindrical-coordinate representation of color #A89393: hue angle of 0º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89393 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168147147-
CMYK00.130.130.34
HSL10.77%61.76%-
HSV(B)12.5%65.88%-
XYZ31.8531.331.97-
YUV153.28124.46138.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814714700.130.130.34010.7761.76
HexA893930DD220b3e
Octal250223223015154201376
Binary10101000100100111001001101101110110001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89393; }

 p { color: rgb(168,147,147); }

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

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

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

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

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

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

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