#AD647A

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

Shades of Tapestry #AD647A

Tints of Tapestry #AD647A

Color information

#AD647A (or 0xAD647A) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 7A. RGB value is (173,100,122). Sum of RGB (Red+Green+Blue) = 173+100+122=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647A is #529B85. Grayscale: #7C7C7C. Windows color (decimal): -5413766 or 8021165. OLE color: 8021165.

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

Color convert

RGB173100122-
CMYK00.420.290.32
HSL341.92º30.8%53.53%-
HSV(B)341.92º42.2%67.84%-
XYZ25.319.420.82-
YUV124.34126.68162.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=43.80%
G=25.32%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310012200.420.290.32341.9230.853.53
HexAD647A02A1D201561f36
Octal25514417205235405263766
Binary101011011100100111101001010101110110000010101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD647A; }

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

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

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

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

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

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

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

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