#AD8987

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

Shades of Thatch #AD8987

Tints of Thatch #AD8987

Color information

#AD8987 (or 0xAD8987) is unknown color: approx Thatch. HEX triplet: AD, 89 and 87. RGB value is (173,137,135). Sum of RGB (Red+Green+Blue) = 173+137+135=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8987 is #527678. Grayscale: #939393. Windows color (decimal): -5404281 or 8882605. OLE color: 8882605.

HSL color Cylindrical-coordinate representation of color #AD8987: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8987 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB173137135-
CMYK00.210.220.32
HSL3.16º18.81%60.39%-
HSV(B)3.16º21.97%67.84%-
XYZ30.5528.5226.82-
YUV147.54120.93146.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=38.88%
G=30.79%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313713500.210.220.323.1618.8160.39
HexAD898701516203133c
Octal255211207025264032374
Binary101011011000100110000111010101101101000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8987; }

 p { color: rgb(173,137,135); }

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

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

 a { background-color: rgb(173,137,135); }

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

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

 span { border-color: rgb(173,137,135); }

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