#AC9492

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

Shades of Thatch #AC9492

Tints of Thatch #AC9492

Color information

#AC9492 (or 0xAC9492) is unknown color: approx Thatch. HEX triplet: AC, 94 and 92. RGB value is (172,148,146). Sum of RGB (Red+Green+Blue) = 172+148+146=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9492 is #536B6D. Grayscale: #9A9A9A. Windows color (decimal): -5466990 or 9606316. OLE color: 9606316.

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

Color convert

RGB172148146-
CMYK00.140.150.33
HSL4.62º13.54%62.35%-
HSV(B)4.62º15.12%67.45%-
XYZ32.7932.0331.65-
YUV154.95122.95140.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=36.91%
G=31.76%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814600.140.150.334.6213.5462.35
HexAC94920EF215e3e
Octal254224222016174151676
Binary1010110010010100100100100111011111000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9492; }

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

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

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

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

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

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

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

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