#AD617B

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

Shades of Tapestry #AD617B

Tints of Tapestry #AD617B

Color information

#AD617B (or 0xAD617B) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 7B. RGB value is (173,97,123). Sum of RGB (Red+Green+Blue) = 173+97+123=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617B is #529E84. Grayscale: #7A7A7A. Windows color (decimal): -5414533 or 8085933. OLE color: 8085933.

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

Color convert

RGB17397123-
CMYK00.440.290.32
HSL339.47º31.67%52.94%-
HSV(B)339.47º43.93%67.84%-
XYZ25.0818.8621.06-
YUV122.69128.18163.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=44.02%
G=24.68%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739712300.440.290.32339.4731.6752.94
HexAD617B02C1D201532035
Octal25514117305435405234065
Binary1010110111000011111011010110011101100000101010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD617B; }

 p { color: rgb(173,97,123); }

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

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

 a { background-color: rgb(173,97,123); }

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

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

 span { border-color: rgb(173,97,123); }

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