#AD8C85

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

Shades of Thatch #AD8C85

Tints of Thatch #AD8C85

Color information

#AD8C85 (or 0xAD8C85) is unknown color: approx Thatch. HEX triplet: AD, 8C and 85. RGB value is (173,140,133). Sum of RGB (Red+Green+Blue) = 173+140+133=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C85 is #52737A. Grayscale: #959595. Windows color (decimal): -5403515 or 8752301. OLE color: 8752301.

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

Color convert

RGB173140133-
CMYK00.190.230.32
HSL10.5º19.61%60%-
HSV(B)10.5º23.12%67.84%-
XYZ30.8529.3326.23-
YUV149.07118.93145.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=38.79%
G=31.39%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314013300.190.230.3210.519.6160
HexAD8C850131720b143c
Octal2552142050232740132474
Binary10101101100011001000010101001110111100000101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C85; }

 p { color: rgb(173,140,133); }

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

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

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

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

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

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

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