#AD6078

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

Shades of Tapestry #AD6078

Tints of Tapestry #AD6078

Color information

#AD6078 (or 0xAD6078) is unknown color: approx Tapestry. HEX triplet: AD, 60 and 78. RGB value is (173,96,120). Sum of RGB (Red+Green+Blue) = 173+96+120=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6078 is #529F87. Grayscale: #797979. Windows color (decimal): -5414792 or 7889069. OLE color: 7889069.

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

Color convert

RGB17396120-
CMYK00.450.310.32
HSL341.3º31.95%52.75%-
HSV(B)341.3º44.51%67.84%-
XYZ24.8118.6120.05-
YUV121.76127.01164.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=44.47%
G=24.68%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739612000.450.310.32341.331.9552.75
HexAD607802D1F201552035
Octal25514017005537405254065
Binary1010110111000001111000010110111111100000101010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6078; }

 p { color: rgb(173,96,120); }

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

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

 a { background-color: rgb(173,96,120); }

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

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

 span { border-color: rgb(173,96,120); }

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