#AC918A

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

Shades of Thatch #AC918A

Tints of Thatch #AC918A

Color information

#AC918A (or 0xAC918A) is unknown color: approx Thatch. HEX triplet: AC, 91 and 8A. RGB value is (172,145,138). Sum of RGB (Red+Green+Blue) = 172+145+138=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC918A is #536E75. Grayscale: #989898. Windows color (decimal): -5467766 or 9081260. OLE color: 9081260.

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

Color convert

RGB172145138-
CMYK00.160.200.33
HSL12.35º17%60.78%-
HSV(B)12.35º19.77%67.45%-
XYZ31.7330.8628.33-
YUV152.28119.95142.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=37.80%
G=31.87%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214513800.160.200.3312.351760.78
HexAC918A0101421c113d
Octal2542212120202441142175
Binary10101100100100011000101001000010100100001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC918A; }

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

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

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

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

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

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

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

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