#AD607E

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

Shades of Tapestry #AD607E

Tints of Tapestry #AD607E

Color information

#AD607E (or 0xAD607E) is unknown color: approx Tapestry. HEX triplet: AD, 60 and 7E. RGB value is (173,96,126). Sum of RGB (Red+Green+Blue) = 173+96+126=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607E is #529F81. Grayscale: #7A7A7A. Windows color (decimal): -5414786 or 8282285. OLE color: 8282285.

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

Color convert

RGB17396126-
CMYK00.450.270.32
HSL336.62º31.95%52.75%-
HSV(B)336.62º44.51%67.84%-
XYZ25.1818.7622.03-
YUV122.44130.01164.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=43.80%
G=24.30%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739612600.450.270.32336.6231.9552.75
HexAD607E02D1B201512035
Octal25514017605533405214065
Binary1010110111000001111110010110111011100000101010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD607E; }

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

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

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

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

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

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

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

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