#AD7280

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

Shades of Tapestry #AD7280

Tints of Tapestry #AD7280

Color information

#AD7280 (or 0xAD7280) is unknown color: approx Tapestry. HEX triplet: AD, 72 and 80. RGB value is (173,114,128). Sum of RGB (Red+Green+Blue) = 173+114+128=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7280 is #528D7F. Grayscale: #858585. Windows color (decimal): -5410176 or 8417965. OLE color: 8417965.

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

Color convert

RGB173114128-
CMYK00.340.260.32
HSL345.76º26.46%56.27%-
HSV(B)345.76º34.1%67.84%-
XYZ27.1522.4823.33-
YUV133.24125.05156.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=41.69%
G=27.47%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311412800.340.260.32345.7626.4656.27
HexAD72800221A2015a1a38
Octal25516220004232405323270
Binary1010110111100101000000001000101101010000010101101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7280; }

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

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

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

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

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

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

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

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