#AD6084

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

Shades of Tapestry #AD6084

Tints of Tapestry #AD6084

Color information

#AD6084 (or 0xAD6084) is unknown color: approx Tapestry. HEX triplet: AD, 60 and 84. RGB value is (173,96,132). Sum of RGB (Red+Green+Blue) = 173+96+132=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6084 is #529F7B. Grayscale: #7B7B7B. Windows color (decimal): -5414780 or 8675501. OLE color: 8675501.

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

Color convert

RGB17396132-
CMYK00.450.240.32
HSL331.95º31.95%52.75%-
HSV(B)331.95º44.51%67.84%-
XYZ25.5818.9224.13-
YUV123.13133.01163.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=43.14%
G=23.94%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739613200.450.240.32331.9531.9552.75
HexAD608402D182014c2035
Octal25514020405530405144065
Binary10101101110000010000100010110111000100000101001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6084; }

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

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

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

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

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

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

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

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