Html Css Color HEX #AD8887 Thatch

📋 copy color: '#AD8887'

red 173 ◦ green 136 ◦ blue 135

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

Shades of Thatch #AD8887

Tints of Thatch #AD8887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 38.96%
G = 30.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD8887 (or 0xAD8887) is known color: Thatch. HEX triplet: AD, 88 and 87. RGB value is (173,136,135). Sum of RGB (Red+Green+Blue) = 173+136+135=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8887 is #527778. Grayscale: #929292. Windows color (decimal): -5404537 or 8882349. OLE color: 8882349.

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

Color convert

RGB 173 136 135 -
CMYK 0 0.21 0.22 0.32
HSL 1.58º 0.19% 0.6% -
HSV(B) 1.58º 0.22% 0.68% -
XYZ 30.41 28.24 26.77 -
YUV 146.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 173 136 135 0 0.21 0.22 0.32 1.58 0.19 0.6
Hex AD 88 87 0 15 16 20 2 13 3C
Octal 255 210 207 0 25 26 40 2 23 74
Binary 10101101 10001000 10000111 0 10101 10110 100000 10 10011 111100

Color Harmonies of #AD8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8887

Black with #AD8887

Text Example


Text Example

White with #AD8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8887; }

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

 H1.HeaderClassName
 {
   color: #AD8887;
 }
 .AnyTagClassName
 {
   color: #AD8887;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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