Html Css Color HEX #AD8A87 Thatch

📋 copy color: '#AD8A87'

red 173 ◦ green 138 ◦ blue 135

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

Shades of Thatch #AD8A87

Tints of Thatch #AD8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

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

R = 38.79%
G = 30.94%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD8A87 (or 0xAD8A87) is known color: Thatch. HEX triplet: AD, 8A and 87. RGB value is (173,138,135). Sum of RGB (Red+Green+Blue) = 173+138+135=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A87 is #527578. Grayscale: #949494. Windows color (decimal): -5404025 or 8882861. OLE color: 8882861.

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

Color convert

RGB 173 138 135 -
CMYK 0 0.20 0.22 0.32
HSL 4.74º 0.19% 0.6% -
HSV(B) 4.74º 0.22% 0.68% -
XYZ 30.7 28.81 26.86 -
YUV 148.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 173 138 135 0 0.20 0.22 0.32 4.74 0.19 0.6
Hex AD 8A 87 0 14 16 20 5 13 3C
Octal 255 212 207 0 24 26 40 5 23 74
Binary 10101101 10001010 10000111 0 10100 10110 100000 101 10011 111100

Color Harmonies of #AD8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A87

Black with #AD8A87

Text Example


Text Example

White with #AD8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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