#AD9690

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

Shades of Thatch #AD9690

Tints of Thatch #AD9690

Color information

#AD9690 (or 0xAD9690) is unknown color: approx Thatch. HEX triplet: AD, 96 and 90. RGB value is (173,150,144). Sum of RGB (Red+Green+Blue) = 173+150+144=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9690 is #52696F. Grayscale: #9C9C9C. Windows color (decimal): -5400944 or 9475757. OLE color: 9475757.

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

Color convert

RGB173150144-
CMYK00.130.170.32
HSL12.41º15.03%62.16%-
HSV(B)12.41º16.76%67.84%-
XYZ33.1732.7130.95-
YUV156.19121.12139.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=37.04%
G=32.12%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014400.130.170.3212.4115.0362.16
HexAD96900D1120cf3e
Octal2552262200152140141776
Binary101011011001011010010000011011000110000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9690; }

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

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

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

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

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

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

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

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