#AD9493

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

Shades of Thatch #AD9493

Tints of Thatch #AD9493

Color information

#AD9493 (or 0xAD9493) is unknown color: approx Thatch. HEX triplet: AD, 94 and 93. RGB value is (173,148,147). Sum of RGB (Red+Green+Blue) = 173+148+147=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9493 is #526B6C. Grayscale: #9B9B9B. Windows color (decimal): -5401453 or 9671853. OLE color: 9671853.

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

Color convert

RGB173148147-
CMYK00.140.150.32
HSL2.31º13.68%62.75%-
HSV(B)2.31º15.03%67.84%-
XYZ33.0932.1732.07-
YUV155.36123.28140.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=36.97%
G=31.62%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314814700.140.150.322.3113.6862.75
HexAD94930EF202e3f
Octal255224223016174021677
Binary101011011001010010010011011101111100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9493; }

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

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

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

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

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

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

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

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