Html Css Color HEX #AD8E8E Thatch

📋 copy color: '#AD8E8E'

red 173 ◦ green 142 ◦ blue 142

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

Shades of Thatch #AD8E8E

Tints of Thatch #AD8E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 37.86%
G = 31.07%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD8E8E (or 0xAD8E8E) is known color: Thatch. HEX triplet: AD, 8E and 8E. RGB value is (173,142,142). Sum of RGB (Red+Green+Blue) = 173+142+142=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E8E is #527171. Grayscale: #979797. Windows color (decimal): -5402994 or 9342637. OLE color: 9342637.

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

Color convert

RGB 173 142 142 -
CMYK 0 0.18 0.18 0.32
HSL 0.16% 0.62% -
HSV(B) 0.18% 0.68% -
XYZ 31.79 30.18 29.74 -
YUV 151.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 173 142 142 0 0.18 0.18 0.32 0 0.16 0.62
Hex AD 8E 8E 0 12 12 20 0 10 3E
Octal 255 216 216 0 22 22 40 0 20 76
Binary 10101101 10001110 10001110 0 10010 10010 100000 0 10000 111110

Color Harmonies of #AD8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E8E

Black with #AD8E8E

Text Example


Text Example

White with #AD8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E8E; }

 p { color: rgb(173,142,142); }

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

background-color css

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

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

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

border-color css

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

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

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