#AD9795

Color #AD9795 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #AD9795

Tints of Thatch #AD9795

Color information

#AD9795 (or 0xAD9795) is unknown color: approx 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

RGB173151149-
CMYK00.130.140.32
HSL12.77%63.14%-
HSV(B)13.87%67.84%-
XYZ33.7333.1933.06-
YUV157.35123.29139.16-

RGB Variations

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

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.50%
R=36.58%
G=31.92%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315114900.130.140.32512.7763.14
HexAD97950DE205d3f
Octal255227225015164051577
Binary1010110110010111100101010110111101000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>