#AC8E89

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

Shades of Thatch #AC8E89

Tints of Thatch #AC8E89

Color information

#AC8E89 (or 0xAC8E89) is unknown color: approx Thatch. HEX triplet: AC, 8E and 89. RGB value is (172,142,137). Sum of RGB (Red+Green+Blue) = 172+142+137=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E89 is #537176. Grayscale: #969696. Windows color (decimal): -5468535 or 9014956. OLE color: 9014956.

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

Color convert

RGB172142137-
CMYK00.170.200.33
HSL8.57º17.41%60.59%-
HSV(B)8.57º20.35%67.45%-
XYZ31.229.9227.8-
YUV150.4120.44143.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=38.14%
G=31.49%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214213700.170.200.338.5717.4160.59
HexAC8E8901114219113d
Octal2542162110212441112175
Binary10101100100011101000100101000110100100001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E89; }

 p { color: rgb(172,142,137); }

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

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

 a { background-color: rgb(172,142,137); }

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

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

 span { border-color: rgb(172,142,137); }

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