Html Css Color HEX #AD8886 Thatch

📋 copy color: '#AD8886'

red 173 ◦ green 136 ◦ blue 134

#AD8886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AD8886

Tints of Thatch #AD8886

RGB

 RED value IS 173 (67.97% from 255) = 39.05%

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 39.05%
G = 30.7%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD8886 (or 0xAD8886) is known color: 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

RGB 173 136 134 -
CMYK 0 0.21 0.23 0.32
HSL 3.08º 0.19% 0.6% -
HSV(B) 3.08º 0.23% 0.68% -
XYZ 30.34 28.21 26.4 -
YUV 146.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 173 136 134 0 0.21 0.23 0.32 3.08 0.19 0.6
Hex AD 88 86 0 15 17 20 3 13 3C
Octal 255 210 206 0 25 27 40 3 23 74
Binary 10101101 10001000 10000110 0 10101 10111 100000 11 10011 111100

Color Harmonies of #AD8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8886

Black with #AD8886

Text Example


Text Example

White with #AD8886

Text Example


Text Example

HTML Codes & Css Web 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>