#AB9292

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

Shades of Dusty Grey #AB9292

Tints of Dusty Grey #AB9292

Color information

#AB9292 (or 0xAB9292) is unknown color: approx Dusty Grey. HEX triplet: AB, 92 and 92. RGB value is (171,146,146). Sum of RGB (Red+Green+Blue) = 171+146+146=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9292 is #546D6D. Grayscale: #999999. Windows color (decimal): -5533038 or 9605803. OLE color: 9605803.

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

Color convert

RGB171146146-
CMYK00.150.150.33
HSL12.95%62.16%-
HSV(B)14.62%67.06%-
XYZ32.2631.2931.53-
YUV153.48123.78140.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=36.93%
G=31.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114614600.150.150.33012.9562.16
HexAB92920FF210d3e
Octal253222222017174101576
Binary10101011100100101001001001111111110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9292; }

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

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

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

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

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

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

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

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