Html Css Color HEX #AD9794 Thatch

📋 copy color: '#AD9794'

red 173 ◦ green 151 ◦ blue 148

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

Shades of Thatch #AD9794

Tints of Thatch #AD9794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 36.65%
G = 31.99%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD9794 (or 0xAD9794) is known color: Thatch. HEX triplet: AD, 97 and 94. RGB value is (173,151,148). Sum of RGB (Red+Green+Blue) = 173+151+148=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9794 is #52686B. Grayscale: #9D9D9D. Windows color (decimal): -5400684 or 9738157. OLE color: 9738157.

HSL color Cylindrical-coordinate representation of color #AD9794: hue angle of 7.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD9794 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 148 -
CMYK 0 0.13 0.14 0.32
HSL 7.2º 0.13% 0.63% -
HSV(B) 7.2º 0.14% 0.68% -
XYZ 33.65 33.16 32.64 -
YUV 157.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 173 151 148 0 0.13 0.14 0.32 7.2 0.13 0.63
Hex AD 97 94 0 D E 20 7 D 3F
Octal 255 227 224 0 15 16 40 7 15 77
Binary 10101101 10010111 10010100 0 1101 1110 100000 111 1101 111111

Color Harmonies of #AD9794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9794

Black with #AD9794

Text Example


Text Example

White with #AD9794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9794; }

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

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

background-color css

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

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

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

border-color css

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

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

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