#AD9892

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

Shades of Thatch #AD9892

Tints of Thatch #AD9892

Color information

#AD9892 (or 0xAD9892) is unknown color: approx Thatch. HEX triplet: AD, 98 and 92. RGB value is (173,152,146). Sum of RGB (Red+Green+Blue) = 173+152+146=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9892 is #52676D. Grayscale: #9D9D9D. Windows color (decimal): -5400430 or 9607341. OLE color: 9607341.

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

Color convert

RGB173152146-
CMYK00.120.160.32
HSL13.33º14.14%62.55%-
HSV(B)13.33º15.61%67.84%-
XYZ33.6533.4231.87-
YUV157.6121.46138.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=36.73%
G=32.27%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315214600.120.160.3213.3314.1462.55
HexAD98920C1020de3f
Octal2552302220142040151677
Binary101011011001100010010010011001000010000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9892; }

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

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

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

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

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

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

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

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