#AC9593

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

Shades of Thatch #AC9593

Tints of Thatch #AC9593

Color information

#AC9593 (or 0xAC9593) is unknown color: approx Thatch. HEX triplet: AC, 95 and 93. RGB value is (172,149,147). Sum of RGB (Red+Green+Blue) = 172+149+147=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9593 is #536A6C. Grayscale: #9B9B9B. Windows color (decimal): -5466733 or 9672108. OLE color: 9672108.

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

Color convert

RGB172149147-
CMYK00.130.150.33
HSL4.8º13.09%62.55%-
HSV(B)4.8º14.53%67.45%-
XYZ33.0332.3732.11-
YUV155.65123.12139.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=36.75%
G=31.84%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214914700.130.150.334.813.0962.55
HexAC95930DF215d3f
Octal254225223015174151577
Binary1010110010010101100100110110111111000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9593; }

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

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

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

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

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

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

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

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