#AD8886

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

Shades of Thatch #AD8886

Tints of Thatch #AD8886

Color information

#AD8886 (or 0xAD8886) is unknown color: approx Thatch. HEX triplet: AD, 88 and 86. RGB value is (173,136,134). Sum of RGB (Red+Green+Blue) = 173+136+134=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8886 is #527779. Grayscale: #929292. Windows color (decimal): -5404538 or 8816813. OLE color: 8816813.

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

Color convert

RGB173136134-
CMYK00.210.230.32
HSL3.08º19.21%60.2%-
HSV(B)3.08º22.54%67.84%-
XYZ30.3428.2126.4-
YUV146.84120.76146.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=39.05%
G=30.70%
B=30.25%

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
Decimal17313613400.210.230.323.0819.2160.2
HexAD888601517203133c
Octal255210206025274032374
Binary101011011000100010000110010101101111000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8886; }

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

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

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

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

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

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

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

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