Html Css Color HEX #AD8D8D Thatch

📋 copy color: '#AD8D8D'

red 173 ◦ green 141 ◦ blue 141

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

Shades of Thatch #AD8D8D

Tints of Thatch #AD8D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 38.02%
G = 30.99%
B = 30.99%

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

#AD8D8D (or 0xAD8D8D) is known color: Thatch. HEX triplet: AD, 8D and 8D. RGB value is (173,141,141). Sum of RGB (Red+Green+Blue) = 173+141+141=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D8D is #527272. Grayscale: #969696. Windows color (decimal): -5403251 or 9276845. OLE color: 9276845.

HSL color Cylindrical-coordinate representation of color #AD8D8D: 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 #AD8D8D is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 141 -
CMYK 0 0.18 0.18 0.32
HSL 0.16% 0.62% -
HSV(B) 0.18% 0.68% -
XYZ 31.57 29.86 29.3 -
YUV 150.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 173 141 141 0 0.18 0.18 0.32 0 0.16 0.62
Hex AD 8D 8D 0 12 12 20 0 10 3E
Octal 255 215 215 0 22 22 40 0 20 76
Binary 10101101 10001101 10001101 0 10010 10010 100000 0 10000 111110

Color Harmonies of #AD8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D8D

Black with #AD8D8D

Text Example


Text Example

White with #AD8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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