Html Css Color HEX #AD9290 Thatch

📋 copy color: '#AD9290'

red 173 ◦ green 146 ◦ blue 144

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

Shades of Thatch #AD9290

Tints of Thatch #AD9290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.53%

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

R = 37.37%
G = 31.53%
B = 31.1%

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

#AD9290 (or 0xAD9290) is known color: Thatch. HEX triplet: AD, 92 and 90. RGB value is (173,146,144). Sum of RGB (Red+Green+Blue) = 173+146+144=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9290 is #526D6F. Grayscale: #999999. Windows color (decimal): -5401968 or 9474733. OLE color: 9474733.

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

Color convert

RGB 173 146 144 -
CMYK 0 0.16 0.17 0.32
HSL 4.14º 0.15% 0.62% -
HSV(B) 4.14º 0.17% 0.68% -
XYZ 32.55 31.46 30.74 -
YUV 153.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 173 146 144 0 0.16 0.17 0.32 4.14 0.15 0.62
Hex AD 92 90 0 10 11 20 4 F 3E
Octal 255 222 220 0 20 21 40 4 17 76
Binary 10101101 10010010 10010000 0 10000 10001 100000 100 1111 111110

Color Harmonies of #AD9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9290

Black with #AD9290

Text Example


Text Example

White with #AD9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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