#AD8D8D

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

Shades of Thatch #AD8D8D

Tints of Thatch #AD8D8D

Color information

#AD8D8D (or 0xAD8D8D) is unknown color: approx Thatch. HEX triplet: AD, 8D and 8D. RGB value is (173,141,141). Sum of RGB (Red+Green+Blue) = 173+141+141=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D8D is #527272. Grayscale: #969696. Windows color (decimal): -5403251 or 9276845. OLE color: 9276845.

HSL color Cylindrical-coordinate representation of color #AD8D8D: 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 #AD8D8D is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173141141-
CMYK00.180.180.32
HSL16.33%61.57%-
HSV(B)18.5%67.84%-
XYZ31.5729.8629.3-
YUV150.57122.6144-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=38.02%
G=30.99%
B=30.99%

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
Decimal17314114100.180.180.32016.3361.57
HexAD8D8D01212200103e
Octal255215215022224002076
Binary10101101100011011000110101001010010100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D8D; }

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

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

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

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

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

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

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

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