#AD9392

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

Shades of Thatch #AD9392

Tints of Thatch #AD9392

Color information

#AD9392 (or 0xAD9392) is unknown color: approx Thatch. HEX triplet: AD, 93 and 92. RGB value is (173,147,146). Sum of RGB (Red+Green+Blue) = 173+147+146=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9392 is #526C6D. Grayscale: #9A9A9A. Windows color (decimal): -5401710 or 9606061. OLE color: 9606061.

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

Color convert

RGB173147146-
CMYK00.150.160.32
HSL2.22º14.14%62.55%-
HSV(B)2.22º15.61%67.84%-
XYZ32.8631.8331.61-
YUV154.66123.11141.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=37.12%
G=31.55%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314714600.150.160.322.2214.1462.55
HexAD93920F10202e3f
Octal255223222017204021677
Binary1010110110010011100100100111110000100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9392; }

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

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

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

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

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

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

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

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