Html Css Color HEX #AD9390 Thatch

📋 copy color: '#AD9390'

red 173 ◦ green 147 ◦ blue 144

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

Shades of Thatch #AD9390

Tints of Thatch #AD9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

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

R = 37.28%
G = 31.68%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9390 (or 0xAD9390) is known color: Thatch. HEX triplet: AD, 93 and 90. RGB value is (173,147,144). Sum of RGB (Red+Green+Blue) = 173+147+144=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9390 is #526C6F. Grayscale: #9A9A9A. Windows color (decimal): -5401712 or 9474989. OLE color: 9474989.

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

Color convert

RGB 173 147 144 -
CMYK 0 0.15 0.17 0.32
HSL 6.21º 0.15% 0.62% -
HSV(B) 6.21º 0.17% 0.68% -
XYZ 32.7 31.77 30.79 -
YUV 154.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 173 147 144 0 0.15 0.17 0.32 6.21 0.15 0.62
Hex AD 93 90 0 F 11 20 6 F 3E
Octal 255 223 220 0 17 21 40 6 17 76
Binary 10101101 10010011 10010000 0 1111 10001 100000 110 1111 111110

Color Harmonies of #AD9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9390

Black with #AD9390

Text Example


Text Example

White with #AD9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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