#AC918F

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

Shades of Thatch #AC918F

Tints of Thatch #AC918F

Color information

#AC918F (or 0xAC918F) is unknown color: approx Thatch. HEX triplet: AC, 91 and 8F. RGB value is (172,145,143). Sum of RGB (Red+Green+Blue) = 172+145+143=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918F is #536E70. Grayscale: #989898. Windows color (decimal): -5467761 or 9408940. OLE color: 9408940.

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

Color convert

RGB172145143-
CMYK00.160.170.33
HSL4.14º14.87%61.76%-
HSV(B)4.14º16.86%67.45%-
XYZ32.13130.28-
YUV152.84122.45141.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=37.39%
G=31.52%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514300.160.170.334.1414.8761.76
HexAC918F01011214f3e
Octal254221217020214141776
Binary101011001001000110001111010000100011000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC918F; }

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

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

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

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

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

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

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

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