Html Css Color HEX #AD9490 Thatch

📋 copy color: '#AD9490'

red 173 ◦ green 148 ◦ blue 144

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

Shades of Thatch #AD9490

Tints of Thatch #AD9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 37.2%
G = 31.83%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9490 (or 0xAD9490) is known color: Thatch. HEX triplet: AD, 94 and 90. RGB value is (173,148,144). Sum of RGB (Red+Green+Blue) = 173+148+144=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9490 is #526B6F. Grayscale: #9B9B9B. Windows color (decimal): -5401456 or 9475245. OLE color: 9475245.

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

Color convert

RGB 173 148 144 -
CMYK 0 0.14 0.17 0.32
HSL 8.28º 0.15% 0.62% -
HSV(B) 8.28º 0.17% 0.68% -
XYZ 32.86 32.08 30.85 -
YUV 155.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 173 148 144 0 0.14 0.17 0.32 8.28 0.15 0.62
Hex AD 94 90 0 E 11 20 8 F 3E
Octal 255 224 220 0 16 21 40 10 17 76
Binary 10101101 10010100 10010000 0 1110 10001 100000 1000 1111 111110

Color Harmonies of #AD9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9490

Black with #AD9490

Text Example


Text Example

White with #AD9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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