#AC9493

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

Shades of Thatch #AC9493

Tints of Thatch #AC9493

Color information

#AC9493 (or 0xAC9493) is unknown color: approx Thatch. HEX triplet: AC, 94 and 93. RGB value is (172,148,147). Sum of RGB (Red+Green+Blue) = 172+148+147=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9493 is #536B6C. Grayscale: #9B9B9B. Windows color (decimal): -5466989 or 9671852. OLE color: 9671852.

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

Color convert

RGB172148147-
CMYK00.140.150.33
HSL2.4º13.09%62.55%-
HSV(B)2.4º14.53%67.45%-
XYZ32.8732.0632.06-
YUV155.06123.45140.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=36.83%
G=31.69%
B=31.48%

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
Decimal17214814700.140.150.332.413.0962.55
HexAC94930EF212d3f
Octal254224223016174121577
Binary101011001001010010010011011101111100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9493; }

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

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

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

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

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

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

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

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