#A69292

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

Shades of Dusty Grey #A69292

Tints of Dusty Grey #A69292

Color information

#A69292 (or 0xA69292) is unknown color: approx Dusty Grey. HEX triplet: A6, 92 and 92. RGB value is (166,146,146). Sum of RGB (Red+Green+Blue) = 166+146+146=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A69292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69292 is #596D6D. Grayscale: #989898. Windows color (decimal): -5860718 or 9605798. OLE color: 9605798.

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

Color convert

RGB166146146-
CMYK00.120.120.35
HSL10.1%61.18%-
HSV(B)12.05%65.1%-
XYZ31.1930.7431.48-
YUV151.98124.63138-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=36.24%
G=31.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614614600.120.120.35010.161.18
HexA692920CC230a3d
Octal246222222014144301275
Binary10100110100100101001001001100110010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69292; }

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

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

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

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

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

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

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

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