#AC918D

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

Shades of Thatch #AC918D

Tints of Thatch #AC918D

Color information

#AC918D (or 0xAC918D) is unknown color: approx Thatch. HEX triplet: AC, 91 and 8D. RGB value is (172,145,141). Sum of RGB (Red+Green+Blue) = 172+145+141=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918D is #536E72. Grayscale: #989898. Windows color (decimal): -5467763 or 9277868. OLE color: 9277868.

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

Color convert

RGB172145141-
CMYK00.160.180.33
HSL7.74º15.74%61.37%-
HSV(B)7.74º18.02%67.45%-
XYZ31.9530.9429.49-
YUV152.62121.45141.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=37.55%
G=31.66%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514100.160.180.337.7415.7461.37
HexAC918D01012218103d
Octal2542212150202241102075
Binary10101100100100011000110101000010010100001100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC918D; }

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

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

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

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

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

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

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

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