Html Css Color HEX #AD9190 Thatch

📋 copy color: '#AD9190'

red 173 ◦ green 145 ◦ blue 144

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

Shades of Thatch #AD9190

Tints of Thatch #AD9190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 37.45%
G = 31.39%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9190 (or 0xAD9190) is known color: Thatch. HEX triplet: AD, 91 and 90. RGB value is (173,145,144). Sum of RGB (Red+Green+Blue) = 173+145+144=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9190 is #526E6F. Grayscale: #999999. Windows color (decimal): -5402224 or 9474477. OLE color: 9474477.

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

Color convert

RGB 173 145 144 -
CMYK 0 0.16 0.17 0.32
HSL 2.07º 0.15% 0.62% -
HSV(B) 2.07º 0.17% 0.68% -
XYZ 32.39 31.15 30.69 -
YUV 153.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 173 145 144 0 0.16 0.17 0.32 2.07 0.15 0.62
Hex AD 91 90 0 10 11 20 2 F 3E
Octal 255 221 220 0 20 21 40 2 17 76
Binary 10101101 10010001 10010000 0 10000 10001 100000 10 1111 111110

Color Harmonies of #AD9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9190

Black with #AD9190

Text Example


Text Example

White with #AD9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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