#AD6385

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

Shades of Tapestry #AD6385

Tints of Tapestry #AD6385

Color information

#AD6385 (or 0xAD6385) is unknown color: approx Tapestry. HEX triplet: AD, 63 and 85. RGB value is (173,99,133). Sum of RGB (Red+Green+Blue) = 173+99+133=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6385 is #529C7A. Grayscale: #7C7C7C. Windows color (decimal): -5414011 or 8741805. OLE color: 8741805.

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

Color convert

RGB17399133-
CMYK00.430.230.32
HSL332.43º31.09%53.33%-
HSV(B)332.43º42.77%67.84%-
XYZ25.9319.524.59-
YUV125132.52162.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=42.72%
G=24.44%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739913300.430.230.32332.4331.0953.33
HexAD638502B172014c1f35
Octal25514320505327405143765
Binary1010110111000111000010101010111011110000010100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6385; }

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

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

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

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

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

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

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

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