#AC8C89

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

Shades of Thatch #AC8C89

Tints of Thatch #AC8C89

Color information

#AC8C89 (or 0xAC8C89) is unknown color: approx Thatch. HEX triplet: AC, 8C and 89. RGB value is (172,140,137). Sum of RGB (Red+Green+Blue) = 172+140+137=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C89 is #537376. Grayscale: #959595. Windows color (decimal): -5469047 or 9014444. OLE color: 9014444.

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

Color convert

RGB172140137-
CMYK00.190.200.33
HSL5.14º17.41%60.59%-
HSV(B)5.14º20.35%67.45%-
XYZ30.9129.3327.7-
YUV149.23121.1144.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=38.31%
G=31.18%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214013700.190.200.335.1417.4160.59
HexAC8C8901314215113d
Octal254214211023244152175
Binary1010110010001100100010010100111010010000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C89; }

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

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

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

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

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

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

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

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