#AD8988

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

Shades of Thatch #AD8988

Tints of Thatch #AD8988

Color information

#AD8988 (or 0xAD8988) is unknown color: approx Thatch. HEX triplet: AD, 89 and 88. RGB value is (173,137,136). Sum of RGB (Red+Green+Blue) = 173+137+136=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8988 is #527677. Grayscale: #939393. Windows color (decimal): -5404280 or 8948141. OLE color: 8948141.

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

Color convert

RGB173137136-
CMYK00.210.210.32
HSL1.62º18.41%60.59%-
HSV(B)1.62º21.39%67.84%-
XYZ30.6228.5527.19-
YUV147.65121.43146.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=38.79%
G=30.72%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313713600.210.210.321.6218.4160.59
HexAD898801515202123d
Octal255211210025254022275
Binary101011011000100110001000010101101011000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8988; }

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

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

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

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

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

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

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

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