#AD9490

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

Shades of Thatch #AD9490

Tints of Thatch #AD9490

Color information

#AD9490 (or 0xAD9490) is unknown color: approx Thatch. HEX triplet: AD, 94 and 90. RGB value is (173,148,144). Sum of RGB (Red+Green+Blue) = 173+148+144=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9490 is #526B6F. Grayscale: #9B9B9B. Windows color (decimal): -5401456 or 9475245. OLE color: 9475245.

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

Color convert

RGB173148144-
CMYK00.140.170.32
HSL8.28º15.03%62.16%-
HSV(B)8.28º16.76%67.84%-
XYZ32.8632.0830.85-
YUV155.02121.78140.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=37.20%
G=31.83%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314814400.140.170.328.2815.0362.16
HexAD94900E11208f3e
Octal2552242200162140101776
Binary101011011001010010010000011101000110000010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9490; }

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

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

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

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

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

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

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

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