#AD6280

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

Shades of Tapestry #AD6280

Tints of Tapestry #AD6280

Color information

#AD6280 (or 0xAD6280) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 80. RGB value is (173,98,128). Sum of RGB (Red+Green+Blue) = 173+98+128=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6280 is #529D7F. Grayscale: #7B7B7B. Windows color (decimal): -5414272 or 8413869. OLE color: 8413869.

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

Color convert

RGB17398128-
CMYK00.430.260.32
HSL336º31.38%53.14%-
HSV(B)336º43.35%67.84%-
XYZ25.519.1822.78-
YUV123.84130.35163.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=43.36%
G=24.56%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739812800.430.260.3233631.3853.14
HexAD628002B1A201501f35
Octal25514220005332405203765
Binary1010110111000101000000001010111101010000010101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6280; }

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

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

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

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

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

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

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

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