#AD618A

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

Shades of Tapestry #AD618A

Tints of Tapestry #AD618A

Color information

#AD618A (or 0xAD618A) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 8A. RGB value is (173,97,138). Sum of RGB (Red+Green+Blue) = 173+97+138=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618A is #529E75. Grayscale: #7C7C7C. Windows color (decimal): -5414518 or 9068973. OLE color: 9068973.

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

Color convert

RGB17397138-
CMYK00.440.200.32
HSL327.63º31.67%52.94%-
HSV(B)327.63º43.93%67.84%-
XYZ26.119.2726.39-
YUV124.4135.68162.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=42.40%
G=23.77%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739713800.440.200.32327.6331.6752.94
HexAD618A02C14201482035
Octal25514121205424405104065
Binary10101101110000110001010010110010100100000101001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD618A; }

 p { color: rgb(173,97,138); }

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

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

 a { background-color: rgb(173,97,138); }

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

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

 span { border-color: rgb(173,97,138); }

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