#AD8392

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

Shades of Tapestry #AD8392

Tints of Tapestry #AD8392

Color information

#AD8392 (or 0xAD8392) is unknown color: approx Tapestry. HEX triplet: AD, 83 and 92. RGB value is (173,131,146). Sum of RGB (Red+Green+Blue) = 173+131+146=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8392 is #527C6D. Grayscale: #919191. Windows color (decimal): -5405806 or 9601965. OLE color: 9601965.

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

Color convert

RGB173131146-
CMYK00.240.160.32
HSL338.57º20.39%59.61%-
HSV(B)338.57º24.28%67.84%-
XYZ30.5427.1930.83-
YUV145.27128.41147.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=38.44%
G=29.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313114600.240.160.32338.5720.3959.61
HexAD83920181020153143c
Octal25520322203020405232474
Binary1010110110000011100100100110001000010000010101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8392; }

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

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

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

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

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

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

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

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