Html Css Color HEX #AD9491 Thatch

📋 copy color: '#AD9491'

red 173 ◦ green 148 ◦ blue 145

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

Shades of Thatch #AD9491

Tints of Thatch #AD9491

RGB

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

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

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

R = 37.12%
G = 31.76%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9491 (or 0xAD9491) is known color: Thatch. HEX triplet: AD, 94 and 91. RGB value is (173,148,145). Sum of RGB (Red+Green+Blue) = 173+148+145=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9491 is #526B6E. Grayscale: #9B9B9B. Windows color (decimal): -5401455 or 9540781. OLE color: 9540781.

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

Color convert

RGB 173 148 145 -
CMYK 0 0.14 0.16 0.32
HSL 6.43º 0.15% 0.62% -
HSV(B) 6.43º 0.16% 0.68% -
XYZ 32.93 32.11 31.25 -
YUV 155.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 173 148 145 0 0.14 0.16 0.32 6.43 0.15 0.62
Hex AD 94 91 0 E 10 20 6 F 3E
Octal 255 224 221 0 16 20 40 6 17 76
Binary 10101101 10010100 10010001 0 1110 10000 100000 110 1111 111110

Color Harmonies of #AD9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9491

Black with #AD9491

Text Example


Text Example

White with #AD9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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