#AC918C

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

Shades of Thatch #AC918C

Tints of Thatch #AC918C

Color information

#AC918C (or 0xAC918C) is unknown color: approx Thatch. HEX triplet: AC, 91 and 8C. RGB value is (172,145,140). Sum of RGB (Red+Green+Blue) = 172+145+140=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918C is #536E73. Grayscale: #989898. Windows color (decimal): -5467764 or 9212332. OLE color: 9212332.

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

Color convert

RGB172145140-
CMYK00.160.190.33
HSL9.38º16.16%61.18%-
HSV(B)9.38º18.6%67.45%-
XYZ31.8730.9129.1-
YUV152.5120.95141.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=37.64%
G=31.73%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514000.160.190.339.3816.1661.18
HexAC918C01013219103d
Octal2542212140202341112075
Binary10101100100100011000110001000010011100001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC918C; }

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

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

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

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

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

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

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

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