#AD9292

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

Shades of Dusty Grey #AD9292

Tints of Dusty Grey #AD9292

Color information

#AD9292 (or 0xAD9292) is unknown color: approx Dusty Grey. HEX triplet: AD, 92 and 92. RGB value is (173,146,146). Sum of RGB (Red+Green+Blue) = 173+146+146=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9292 is #526D6D. Grayscale: #9A9A9A. Windows color (decimal): -5401966 or 9605805. OLE color: 9605805.

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

Color convert

RGB173146146-
CMYK00.160.160.32
HSL14.14%62.55%-
HSV(B)15.61%67.84%-
XYZ32.731.5231.55-
YUV154.07123.45141.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=37.20%
G=31.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314614600.160.160.32014.1462.55
HexAD929201010200e3f
Octal255222222020204001677
Binary1010110110010010100100100100001000010000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9292; }

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

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

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

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

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

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

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

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