#AD8985

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

Shades of Thatch #AD8985

Tints of Thatch #AD8985

Color information

#AD8985 (or 0xAD8985) is unknown color: approx Thatch. HEX triplet: AD, 89 and 85. RGB value is (173,137,133). Sum of RGB (Red+Green+Blue) = 173+137+133=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8985 is #52767A. Grayscale: #939393. Windows color (decimal): -5404283 or 8751533. OLE color: 8751533.

HSL color Cylindrical-coordinate representation of color #AD8985: hue angle of 6º 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 #AD8985 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173137133-
CMYK00.210.230.32
HSL19.61%60%-
HSV(B)23.12%67.84%-
XYZ30.4128.4726.08-
YUV147.31119.93146.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=39.05%
G=30.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313713300.210.230.32619.6160
HexAD898501517206143c
Octal255211205025274062474
Binary1010110110001001100001010101011011110000011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8985; }

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

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

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

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

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

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

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

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