#AD9492

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

Shades of Thatch #AD9492

Tints of Thatch #AD9492

Color information

#AD9492 (or 0xAD9492) is unknown color: approx Thatch. HEX triplet: AD, 94 and 92. RGB value is (173,148,146). Sum of RGB (Red+Green+Blue) = 173+148+146=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9492 is #526B6D. Grayscale: #9B9B9B. Windows color (decimal): -5401454 or 9606317. OLE color: 9606317.

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

Color convert

RGB173148146-
CMYK00.140.160.32
HSL4.44º14.14%62.55%-
HSV(B)4.44º15.61%67.84%-
XYZ33.0132.1431.66-
YUV155.25122.78140.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=37.04%
G=31.69%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314814600.140.160.324.4414.1462.55
HexAD94920E10204e3f
Octal255224222016204041677
Binary10101101100101001001001001110100001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9492; }

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

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

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

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

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

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

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

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