#AD9693

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

Shades of Thatch #AD9693

Tints of Thatch #AD9693

Color information

#AD9693 (or 0xAD9693) is unknown color: approx Thatch. HEX triplet: AD, 96 and 93. RGB value is (173,150,147). Sum of RGB (Red+Green+Blue) = 173+150+147=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9693 is #52696C. Grayscale: #9C9C9C. Windows color (decimal): -5400941 or 9672365. OLE color: 9672365.

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

Color convert

RGB173150147-
CMYK00.130.150.32
HSL6.92º13.68%62.75%-
HSV(B)6.92º15.03%67.84%-
XYZ33.4132.832.17-
YUV156.54122.62139.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=36.81%
G=31.91%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014700.130.150.326.9213.6862.75
HexAD96930DF207e3f
Octal255226223015174071677
Binary1010110110010110100100110110111111000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9693; }

 p { color: rgb(173,150,147); }

 H1.HeaderClassName
 {
   color: #AD9693;
 }
 .AnyTagClassName
 {
   color: #AD9693;
 }
</style>
background-color css

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

 a { background-color: rgb(173,150,147); }

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

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

 span { border-color: rgb(173,150,147); }

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