#A89292

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

Shades of Dusty Grey #A89292

Tints of Dusty Grey #A89292

Color information

#A89292 (or 0xA89292) is unknown color: approx Dusty Grey. HEX triplet: A8, 92 and 92. RGB value is (168,146,146). Sum of RGB (Red+Green+Blue) = 168+146+146=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A89292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89292 is #576D6D. Grayscale: #989898. Windows color (decimal): -5729646 or 9605800. OLE color: 9605800.

HSL color Cylindrical-coordinate representation of color #A89292: 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.13%. Process color model (Four color, CMYK) of #A89292 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168146146-
CMYK00.130.130.34
HSL11.22%61.57%-
HSV(B)13.1%65.88%-
XYZ31.6230.9631.5-
YUV152.58124.29139-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=36.52%
G=31.74%
B=31.74%

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
Decimal16814614600.130.130.34011.2261.57
HexA892920DD220b3e
Octal250222222015154201376
Binary10101000100100101001001001101110110001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89292; }

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

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

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

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

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

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

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

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