#AD7683

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

Shades of Tapestry #AD7683

Tints of Tapestry #AD7683

Color information

#AD7683 (or 0xAD7683) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 83. RGB value is (173,118,131). Sum of RGB (Red+Green+Blue) = 173+118+131=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7683 is #52897C. Grayscale: #878787. Windows color (decimal): -5409149 or 8615597. OLE color: 8615597.

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

Color convert

RGB173118131-
CMYK00.320.240.32
HSL345.82º25.11%57.06%-
HSV(B)345.82º31.79%67.84%-
XYZ27.8123.4824.54-
YUV135.93125.22154.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=41.00%
G=27.96%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311813100.320.240.32345.8225.1157.06
HexAD7683020182015a1939
Octal25516620304030405323171
Binary1010110111101101000001101000001100010000010101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7683; }

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

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

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

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

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

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

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

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