Html Css Color HEX #AD9B97 Thatch

📋 copy color: '#AD9B97'

red 173 ◦ green 155 ◦ blue 151

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

Shades of Thatch #AD9B97

Tints of Thatch #AD9B97

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 36.12%
G = 32.36%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9B97 (or 0xAD9B97) is known color: Thatch. HEX triplet: AD, 9B and 97. RGB value is (173,155,151). Sum of RGB (Red+Green+Blue) = 173+155+151=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B97 is #526468. Grayscale: #9F9F9F. Windows color (decimal): -5399657 or 9935789. OLE color: 9935789.

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

Color convert

RGB 173 155 151 -
CMYK 0 0.10 0.13 0.32
HSL 10.91º 0.12% 0.64% -
HSV(B) 10.91º 0.13% 0.68% -
XYZ 34.54 34.56 34.13 -
YUV 159.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 173 155 151 0 0.10 0.13 0.32 10.91 0.12 0.64
Hex AD 9B 97 0 A D 20 B C 40
Octal 255 233 227 0 12 15 40 13 14 100
Binary 10101101 10011011 10010111 0 1010 1101 100000 1011 1100 1000000

Color Harmonies of #AD9B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B97

Black with #AD9B97

Text Example


Text Example

White with #AD9B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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