#AC9392

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

Shades of Thatch #AC9392

Tints of Thatch #AC9392

Color information

#AC9392 (or 0xAC9392) is unknown color: approx Thatch. HEX triplet: AC, 93 and 92. RGB value is (172,147,146). Sum of RGB (Red+Green+Blue) = 172+147+146=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9392 is #536C6D. Grayscale: #9A9A9A. Windows color (decimal): -5467246 or 9606060. OLE color: 9606060.

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

Color convert

RGB172147146-
CMYK00.150.150.33
HSL2.31º13.54%62.35%-
HSV(B)2.31º15.12%67.45%-
XYZ32.6431.7131.6-
YUV154.36123.28140.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=36.99%
G=31.61%
B=31.40%

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
Decimal17214714600.150.150.332.3113.5462.35
HexAC93920FF212e3e
Octal254223222017174121676
Binary101011001001001110010010011111111100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9392; }

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

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

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

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

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

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

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

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