#AD747E

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

Shades of Tapestry #AD747E

Tints of Tapestry #AD747E

Color information

#AD747E (or 0xAD747E) is unknown color: approx Tapestry. HEX triplet: AD, 74 and 7E. RGB value is (173,116,126). Sum of RGB (Red+Green+Blue) = 173+116+126=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747E is #528B81. Grayscale: #868686. Windows color (decimal): -5409666 or 8287405. OLE color: 8287405.

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

Color convert

RGB173116126-
CMYK00.330.270.32
HSL349.47º25.79%56.67%-
HSV(B)349.47º32.95%67.84%-
XYZ27.2422.8822.72-
YUV134.18123.38155.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=41.69%
G=27.95%
B=30.36%

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
Decimal17311612600.330.270.32349.4725.7956.67
HexAD747E0211B2015d1a39
Octal25516417604133405353271
Binary101011011110100111111001000011101110000010101110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD747E; }

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

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

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

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

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

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

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

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