#AD9090

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

Shades of Thatch #AD9090

Tints of Thatch #AD9090

Color information

#AD9090 (or 0xAD9090) is unknown color: approx Thatch. HEX triplet: AD, 90 and 90. RGB value is (173,144,144). Sum of RGB (Red+Green+Blue) = 173+144+144=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9090 is #526F6F. Grayscale: #989898. Windows color (decimal): -5402480 or 9474221. OLE color: 9474221.

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

Color convert

RGB173144144-
CMYK00.170.170.32
HSL15.03%62.16%-
HSV(B)16.76%67.84%-
XYZ32.2430.8430.64-
YUV152.67123.11142.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=37.53%
G=31.24%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314414400.170.170.32015.0362.16
HexAD909001111200f3e
Octal255220220021214001776
Binary1010110110010000100100000100011000110000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9090; }

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

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

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

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

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

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

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

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