#AC9491

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

Shades of Thatch #AC9491

Tints of Thatch #AC9491

Color information

#AC9491 (or 0xAC9491) is unknown color: approx Thatch. HEX triplet: AC, 94 and 91. RGB value is (172,148,145). Sum of RGB (Red+Green+Blue) = 172+148+145=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9491 is #536B6E. Grayscale: #9A9A9A. Windows color (decimal): -5466991 or 9540780. OLE color: 9540780.

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

Color convert

RGB172148145-
CMYK00.140.160.33
HSL6.67º13.99%62.16%-
HSV(B)6.67º15.7%67.45%-
XYZ32.7131.9931.24-
YUV154.83122.45140.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=36.99%
G=31.83%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814500.140.160.336.6713.9962.16
HexAC94910E10217e3e
Octal254224221016204171676
Binary10101100100101001001000101110100001000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9491; }

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

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

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

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

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

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

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

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