#AD6380

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

Shades of Tapestry #AD6380

Tints of Tapestry #AD6380

Color information

#AD6380 (or 0xAD6380) is unknown color: approx Tapestry. HEX triplet: AD, 63 and 80. RGB value is (173,99,128). Sum of RGB (Red+Green+Blue) = 173+99+128=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6380 is #529C7F. Grayscale: #7C7C7C. Windows color (decimal): -5414016 or 8414125. OLE color: 8414125.

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

Color convert

RGB17399128-
CMYK00.430.260.32
HSL336.49º31.09%53.33%-
HSV(B)336.49º42.77%67.84%-
XYZ25.5919.3722.81-
YUV124.43130.02162.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=43.25%
G=24.75%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739912800.430.260.32336.4931.0953.33
HexAD638002B1A201501f35
Octal25514320005332405203765
Binary1010110111000111000000001010111101010000010101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6380; }

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

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

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

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

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

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

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

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