#AD6286

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

Shades of Tapestry #AD6286

Tints of Tapestry #AD6286

Color information

#AD6286 (or 0xAD6286) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 86. RGB value is (173,98,134). Sum of RGB (Red+Green+Blue) = 173+98+134=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6286 is #529D79. Grayscale: #7C7C7C. Windows color (decimal): -5414266 or 8807085. OLE color: 8807085.

HSL color Cylindrical-coordinate representation of color #AD6286: hue angle of 331.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6286 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17398134-
CMYK00.430.230.32
HSL331.2º31.38%53.14%-
HSV(B)331.2º43.35%67.84%-
XYZ25.919.3424.92-
YUV124.53133.35162.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=42.72%
G=24.20%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739813400.430.230.32331.231.3853.14
HexAD628602B172014b1f35
Octal25514220605327405133765
Binary1010110111000101000011001010111011110000010100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6286; }

 p { color: rgb(173,98,134); }

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

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

 a { background-color: rgb(173,98,134); }

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

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

 span { border-color: rgb(173,98,134); }

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