#AD6285

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

Shades of Tapestry #AD6285

Tints of Tapestry #AD6285

Color information

#AD6285 (or 0xAD6285) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 85. RGB value is (173,98,133). Sum of RGB (Red+Green+Blue) = 173+98+133=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6285 is #529D7A. Grayscale: #7C7C7C. Windows color (decimal): -5414267 or 8741549. OLE color: 8741549.

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

Color convert

RGB17398133-
CMYK00.430.230.32
HSL332º31.38%53.14%-
HSV(B)332º43.35%67.84%-
XYZ25.8319.3124.56-
YUV124.42132.85162.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=42.82%
G=24.26%
B=32.92%

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
Decimal1739813300.430.230.3233231.3853.14
HexAD628502B172014c1f35
Octal25514220505327405143765
Binary1010110111000101000010101010111011110000010100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6285; }

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

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

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

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

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

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

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

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