#AD5F81

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

Shades of Tapestry #AD5F81

Tints of Tapestry #AD5F81

Color information

#AD5F81 (or 0xAD5F81) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 81. RGB value is (173,95,129). Sum of RGB (Red+Green+Blue) = 173+95+129=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F81 is #52A07E. Grayscale: #7A7A7A. Windows color (decimal): -5415039 or 8478637. OLE color: 8478637.

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

Color convert

RGB17395129-
CMYK00.450.250.32
HSL333.85º32.23%52.55%-
HSV(B)333.85º45.09%67.84%-
XYZ25.2918.6523.04-
YUV122.2131.84164.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=43.58%
G=23.93%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739512900.450.250.32333.8532.2352.55
HexAD5F8102D192014e2035
Octal25513720105531405164065
Binary10101101101111110000001010110111001100000101001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F81; }

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

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

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

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

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

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

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

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