#AD6481

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

Shades of Tapestry #AD6481

Tints of Tapestry #AD6481

Color information

#AD6481 (or 0xAD6481) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 81. RGB value is (173,100,129). Sum of RGB (Red+Green+Blue) = 173+100+129=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6481 is #529B7E. Grayscale: #7D7D7D. Windows color (decimal): -5413759 or 8479917. OLE color: 8479917.

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

Color convert

RGB173100129-
CMYK00.420.250.32
HSL336.16º30.8%53.53%-
HSV(B)336.16º42.2%67.84%-
XYZ25.7519.5823.19-
YUV125.13130.18162.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=43.03%
G=24.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012900.420.250.32336.1630.853.53
HexAD648102A19201501f36
Octal25514420105231405203766
Binary1010110111001001000000101010101100110000010101000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6481; }

 p { color: rgb(173,100,129); }

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

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

 a { background-color: rgb(173,100,129); }

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

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

 span { border-color: rgb(173,100,129); }

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