#AD9590

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

Shades of Thatch #AD9590

Tints of Thatch #AD9590

Color information

#AD9590 (or 0xAD9590) is unknown color: approx Thatch. HEX triplet: AD, 95 and 90. RGB value is (173,149,144). Sum of RGB (Red+Green+Blue) = 173+149+144=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9590 is #526A6F. Grayscale: #9B9B9B. Windows color (decimal): -5401200 or 9475501. OLE color: 9475501.

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

Color convert

RGB173149144-
CMYK00.140.170.32
HSL10.34º15.03%62.16%-
HSV(B)10.34º16.76%67.84%-
XYZ33.0232.3930.9-
YUV155.61121.45140.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=37.12%
G=31.97%
B=30.90%

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
Decimal17314914400.140.170.3210.3415.0362.16
HexAD95900E1120af3e
Octal2552252200162140121776
Binary101011011001010110010000011101000110000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9590; }

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

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

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

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

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

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

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

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