#AC948E

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

Shades of Thatch #AC948E

Tints of Thatch #AC948E

Color information

#AC948E (or 0xAC948E) is unknown color: approx Thatch. HEX triplet: AC, 94 and 8E. RGB value is (172,148,142). Sum of RGB (Red+Green+Blue) = 172+148+142=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948E is #536B71. Grayscale: #9A9A9A. Windows color (decimal): -5466994 or 9344172. OLE color: 9344172.

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

Color convert

RGB172148142-
CMYK00.140.170.33
HSL12º15.31%61.57%-
HSV(B)12º17.44%67.45%-
XYZ32.4931.930.04-
YUV154.49120.95140.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=37.23%
G=32.03%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814200.140.170.331215.3161.57
HexAC948E0E1121cf3e
Octal2542242160162141141776
Binary101011001001010010001110011101000110000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC948E; }

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

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

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

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

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

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

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

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