#AC8F89

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

Shades of Thatch #AC8F89

Tints of Thatch #AC8F89

Color information

#AC8F89 (or 0xAC8F89) is unknown color: approx Thatch. HEX triplet: AC, 8F and 89. RGB value is (172,143,137). Sum of RGB (Red+Green+Blue) = 172+143+137=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F89 is #537076. Grayscale: #979797. Windows color (decimal): -5468279 or 9015212. OLE color: 9015212.

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

Color convert

RGB172143137-
CMYK00.170.200.33
HSL10.29º17.41%60.59%-
HSV(B)10.29º20.35%67.45%-
XYZ31.3530.2227.85-
YUV150.99120.11142.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=38.05%
G=31.64%
B=30.31%

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
Decimal17214313700.170.200.3310.2917.4160.59
HexAC8F890111421a113d
Octal2542172110212441122175
Binary10101100100011111000100101000110100100001101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F89; }

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

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

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

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

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

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

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

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