Html Css Color HEX #AD9795 Thatch

📋 copy color: '#AD9795'

red 173 ◦ green 151 ◦ blue 149

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

Shades of Thatch #AD9795

Tints of Thatch #AD9795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 36.58%
G = 31.92%
B = 31.5%

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

#AD9795 (or 0xAD9795) is known color: Thatch. HEX triplet: AD, 97 and 95. RGB value is (173,151,149). Sum of RGB (Red+Green+Blue) = 173+151+149=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9795 is #52686A. Grayscale: #9D9D9D. Windows color (decimal): -5400683 or 9803693. OLE color: 9803693.

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

Color convert

RGB 173 151 149 -
CMYK 0 0.13 0.14 0.32
HSL 0.13% 0.63% -
HSV(B) 0.14% 0.68% -
XYZ 33.73 33.19 33.06 -
YUV 157.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 173 151 149 0 0.13 0.14 0.32 5 0.13 0.63
Hex AD 97 95 0 D E 20 5 D 3F
Octal 255 227 225 0 15 16 40 5 15 77
Binary 10101101 10010111 10010101 0 1101 1110 100000 101 1101 111111

Color Harmonies of #AD9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9795

Black with #AD9795

Text Example


Text Example

White with #AD9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9795; }

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

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

background-color css

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

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

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

border-color css

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

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

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