#AC948D

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

Shades of Thatch #AC948D

Tints of Thatch #AC948D

Color information

#AC948D (or 0xAC948D) is unknown color: approx Thatch. HEX triplet: AC, 94 and 8D. RGB value is (172,148,141). Sum of RGB (Red+Green+Blue) = 172+148+141=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948D is #536B72. Grayscale: #9A9A9A. Windows color (decimal): -5466995 or 9278636. OLE color: 9278636.

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

Color convert

RGB172148141-
CMYK00.140.180.33
HSL13.55º15.74%61.37%-
HSV(B)13.55º18.02%67.45%-
XYZ32.4131.8729.64-
YUV154.38120.45140.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=37.31%
G=32.10%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814100.140.180.3313.5515.7461.37
HexAC948D0E1221e103d
Octal2542242150162241162075
Binary1010110010010100100011010111010010100001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC948D; }

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

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

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

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

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

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

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

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