#AD5F7A

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

Shades of Tapestry #AD5F7A

Tints of Tapestry #AD5F7A

Color information

#AD5F7A (or 0xAD5F7A) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 7A. RGB value is (173,95,122). Sum of RGB (Red+Green+Blue) = 173+95+122=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F7A is #52A085. Grayscale: #797979. Windows color (decimal): -5415046 or 8019885. OLE color: 8019885.

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

Color convert

RGB17395122-
CMYK00.450.290.32
HSL339.23º32.23%52.55%-
HSV(B)339.23º45.09%67.84%-
XYZ24.8418.4720.67-
YUV121.4128.34164.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=44.36%
G=24.36%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739512200.450.290.32339.2332.2352.55
HexAD5F7A02D1D201532035
Octal25513717205535405234065
Binary1010110110111111111010010110111101100000101010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F7A; }

 p { color: rgb(173,95,122); }

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

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

 a { background-color: rgb(173,95,122); }

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

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

 span { border-color: rgb(173,95,122); }

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