#AD6379

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

Shades of Tapestry #AD6379

Tints of Tapestry #AD6379

Color information

#AD6379 (or 0xAD6379) is unknown color: approx Tapestry. HEX triplet: AD, 63 and 79. RGB value is (173,99,121). Sum of RGB (Red+Green+Blue) = 173+99+121=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6379 is #529C86. Grayscale: #7B7B7B. Windows color (decimal): -5414023 or 7955373. OLE color: 7955373.

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

Color convert

RGB17399121-
CMYK00.430.300.32
HSL342.16º31.09%53.33%-
HSV(B)342.16º42.77%67.84%-
XYZ25.1519.1920.47-
YUV123.63126.52163.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=44.02%
G=25.19%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739912100.430.300.32342.1631.0953.33
HexAD637902B1E201561f35
Octal25514317105336405263765
Binary101011011100011111100101010111111010000010101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6379; }

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

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

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

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

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

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

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

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