#AD747F

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

Shades of Tapestry #AD747F

Tints of Tapestry #AD747F

Color information

#AD747F (or 0xAD747F) is unknown color: approx Tapestry. HEX triplet: AD, 74 and 7F. RGB value is (173,116,127). Sum of RGB (Red+Green+Blue) = 173+116+127=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747F is #528B80. Grayscale: #868686. Windows color (decimal): -5409665 or 8352941. OLE color: 8352941.

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

Color convert

RGB173116127-
CMYK00.330.270.32
HSL348.42º25.79%56.67%-
HSV(B)348.42º32.95%67.84%-
XYZ27.3122.9123.06-
YUV134.3123.88155.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 127 (50% from 255) = 30.53%
R=41.59%
G=27.88%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311612700.330.270.32348.4225.7956.67
HexAD747F0211B2015c1a39
Octal25516417704133405343271
Binary101011011110100111111101000011101110000010101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD747F; }

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

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

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

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

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

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

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

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