#AD8E8E

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

Shades of Thatch #AD8E8E

Tints of Thatch #AD8E8E

Color information

#AD8E8E (or 0xAD8E8E) is unknown color: approx Thatch. HEX triplet: AD, 8E and 8E. RGB value is (173,142,142). Sum of RGB (Red+Green+Blue) = 173+142+142=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E8E is #527171. Grayscale: #979797. Windows color (decimal): -5402994 or 9342637. OLE color: 9342637.

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

Color convert

RGB173142142-
CMYK00.180.180.32
HSL15.9%61.76%-
HSV(B)17.92%67.84%-
XYZ31.7930.1829.74-
YUV151.27122.77143.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=37.86%
G=31.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314214200.180.180.32015.961.76
HexAD8E8E01212200103e
Octal255216216022224002076
Binary10101101100011101000111001001010010100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E8E; }

 p { color: rgb(173,142,142); }

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

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

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

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

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

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

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