#AD6D7F

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

Shades of Tapestry #AD6D7F

Tints of Tapestry #AD6D7F

Color information

#AD6D7F (or 0xAD6D7F) is unknown color: approx Tapestry. HEX triplet: AD, 6D and 7F. RGB value is (173,109,127). Sum of RGB (Red+Green+Blue) = 173+109+127=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D7F is #529280. Grayscale: #828282. Windows color (decimal): -5411457 or 8351149. OLE color: 8351149.

HSL color Cylindrical-coordinate representation of color #AD6D7F: hue angle of 343.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D7F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173109127-
CMYK00.370.270.32
HSL343.12º28.07%55.29%-
HSV(B)343.12º36.99%67.84%-
XYZ26.5321.3522.8-
YUV130.19126.2158.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 127 (50% from 255) = 31.05%
R=42.30%
G=26.65%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310912700.370.270.32343.1228.0755.29
HexAD6D7F0251B201571c37
Octal25515517704533405273467
Binary101011011101101111111101001011101110000010101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D7F; }

 p { color: rgb(173,109,127); }

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

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

 a { background-color: rgb(173,109,127); }

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

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

 span { border-color: rgb(173,109,127); }

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