#AC9292

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

Shades of Dusty Grey #AC9292

Tints of Dusty Grey #AC9292

Color information

#AC9292 (or 0xAC9292) is unknown color: approx Dusty Grey. HEX triplet: AC, 92 and 92. RGB value is (172,146,146). Sum of RGB (Red+Green+Blue) = 172+146+146=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9292 is #536D6D. Grayscale: #999999. Windows color (decimal): -5467502 or 9605804. OLE color: 9605804.

HSL color Cylindrical-coordinate representation of color #AC9292: hue angle of 0º degrees, saturation: 0.14, 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 #AC9292 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172146146-
CMYK00.150.150.33
HSL13.54%62.35%-
HSV(B)15.12%67.45%-
XYZ32.4831.431.54-
YUV153.77123.61141-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=37.07%
G=31.47%
B=31.47%

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
Decimal17214614600.150.150.33013.5462.35
HexAC92920FF210e3e
Octal254222222017174101676
Binary10101100100100101001001001111111110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9292; }

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

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

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

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

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

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

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

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