#A88E87

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

Shades of Thatch #A88E87

Tints of Thatch #A88E87

Color information

#A88E87 (or 0xA88E87) is unknown color: approx Thatch. HEX triplet: A8, 8E and 87. RGB value is (168,142,135). Sum of RGB (Red+Green+Blue) = 168+142+135=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E87 is #577178. Grayscale: #959595. Windows color (decimal): -5730681 or 8883880. OLE color: 8883880.

HSL color Cylindrical-coordinate representation of color #A88E87: hue angle of 12.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88E87 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168142135-
CMYK00.150.200.34
HSL12.73º15.94%59.41%-
HSV(B)12.73º19.64%65.88%-
XYZ30.1929.4227.01-
YUV148.98120.11141.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=37.75%
G=31.91%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814213500.150.200.3412.7315.9459.41
HexA88E870F1422d103b
Octal2502162070172442152073
Binary1010100010001110100001110111110100100010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E87; }

 p { color: rgb(168,142,135); }

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

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

 a { background-color: rgb(168,142,135); }

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

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

 span { border-color: rgb(168,142,135); }

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