#AD9390

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

Shades of Thatch #AD9390

Tints of Thatch #AD9390

Color information

#AD9390 (or 0xAD9390) is unknown color: approx Thatch. HEX triplet: AD, 93 and 90. RGB value is (173,147,144). Sum of RGB (Red+Green+Blue) = 173+147+144=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9390 is #526C6F. Grayscale: #9A9A9A. Windows color (decimal): -5401712 or 9474989. OLE color: 9474989.

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

Color convert

RGB173147144-
CMYK00.150.170.32
HSL6.21º15.03%62.16%-
HSV(B)6.21º16.76%67.84%-
XYZ32.731.7730.79-
YUV154.43122.11141.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=37.28%
G=31.68%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314714400.150.170.326.2115.0362.16
HexAD93900F11206f3e
Octal255223220017214061776
Binary10101101100100111001000001111100011000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9390; }

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

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

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

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

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

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

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

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