Html Css Color HEX #AD918D Thatch

📋 copy color: '#AD918D'

red 173 ◦ green 145 ◦ blue 141

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

Shades of Thatch #AD918D

Tints of Thatch #AD918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 37.69%
G = 31.59%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD918D (or 0xAD918D) is known color: Thatch. HEX triplet: AD, 91 and 8D. RGB value is (173,145,141). Sum of RGB (Red+Green+Blue) = 173+145+141=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD918D is #526E72. Grayscale: #989898. Windows color (decimal): -5402227 or 9277869. OLE color: 9277869.

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

Color convert

RGB 173 145 141 -
CMYK 0 0.16 0.18 0.32
HSL 7.5º 0.16% 0.62% -
HSV(B) 7.5º 0.18% 0.68% -
XYZ 32.17 31.06 29.5 -
YUV 152.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 173 145 141 0 0.16 0.18 0.32 7.5 0.16 0.62
Hex AD 91 8D 0 10 12 20 8 10 3E
Octal 255 221 215 0 20 22 40 10 20 76
Binary 10101101 10010001 10001101 0 10000 10010 100000 1000 10000 111110

Color Harmonies of #AD918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD918D

Black with #AD918D

Text Example


Text Example

White with #AD918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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