Html Css Color HEX #AD9191 Thatch

📋 copy color: '#AD9191'

red 173 ◦ green 145 ◦ blue 145

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

Shades of Thatch #AD9191

Tints of Thatch #AD9191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 37.37%
G = 31.32%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9191 (or 0xAD9191) is known color: Thatch. HEX triplet: AD, 91 and 91. RGB value is (173,145,145). Sum of RGB (Red+Green+Blue) = 173+145+145=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9191 is #526E6E. Grayscale: #999999. Windows color (decimal): -5402223 or 9540013. OLE color: 9540013.

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

Color convert

RGB 173 145 145 -
CMYK 0 0.16 0.16 0.32
HSL 0.15% 0.62% -
HSV(B) 0.16% 0.68% -
XYZ 32.47 31.18 31.09 -
YUV 153.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 173 145 145 0 0.16 0.16 0.32 0 0.15 0.62
Hex AD 91 91 0 10 10 20 0 F 3E
Octal 255 221 221 0 20 20 40 0 17 76
Binary 10101101 10010001 10010001 0 10000 10000 100000 0 1111 111110

Color Harmonies of #AD9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9191

Black with #AD9191

Text Example


Text Example

White with #AD9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9191; }

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

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

background-color css

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

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

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

border-color css

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

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

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