#AC948C

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

Shades of Thatch #AC948C

Tints of Thatch #AC948C

Color information

#AC948C (or 0xAC948C) is unknown color: approx Thatch. HEX triplet: AC, 94 and 8C. RGB value is (172,148,140). Sum of RGB (Red+Green+Blue) = 172+148+140=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948C is #536B73. Grayscale: #9A9A9A. Windows color (decimal): -5466996 or 9213100. OLE color: 9213100.

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

Color convert

RGB172148140-
CMYK00.140.190.33
HSL15º16.16%61.18%-
HSV(B)15º18.6%67.45%-
XYZ32.3431.8429.25-
YUV154.26119.95140.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=37.39%
G=32.17%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814000.140.190.331516.1661.18
HexAC948C0E1321f103d
Octal2542242140162341172075
Binary1010110010010100100011000111010011100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC948C; }

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

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

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

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

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

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

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

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