#AD6479

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

Shades of Tapestry #AD6479

Tints of Tapestry #AD6479

Color information

#AD6479 (or 0xAD6479) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 79. RGB value is (173,100,121). Sum of RGB (Red+Green+Blue) = 173+100+121=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6479 is #529B86. Grayscale: #7C7C7C. Windows color (decimal): -5413767 or 7955629. OLE color: 7955629.

HSL color Cylindrical-coordinate representation of color #AD6479: hue angle of 342.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6479 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173100121-
CMYK00.420.300.32
HSL342.74º30.8%53.53%-
HSV(B)342.74º42.2%67.84%-
XYZ25.2419.3820.5-
YUV124.22126.18162.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=43.91%
G=25.38%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012100.420.300.32342.7430.853.53
HexAD647902A1E201571f36
Octal25514417105236405273766
Binary101011011100100111100101010101111010000010101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6479; }

 p { color: rgb(173,100,121); }

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

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

 a { background-color: rgb(173,100,121); }

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

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

 span { border-color: rgb(173,100,121); }

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