#AD748B

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

Shades of Tapestry #AD748B

Tints of Tapestry #AD748B

Color information

#AD748B (or 0xAD748B) is unknown color: approx Tapestry. HEX triplet: AD, 74 and 8B. RGB value is (173,116,139). Sum of RGB (Red+Green+Blue) = 173+116+139=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748B is #528B74. Grayscale: #878787. Windows color (decimal): -5409653 or 9139373. OLE color: 9139373.

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

Color convert

RGB173116139-
CMYK00.330.200.32
HSL335.79º25.79%56.67%-
HSV(B)335.79º32.95%67.84%-
XYZ28.1423.2427.43-
YUV135.66129.88154.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=40.42%
G=27.10%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311613900.330.200.32335.7925.7956.67
HexAD748B02114201501a39
Octal25516421304124405203271
Binary1010110111101001000101101000011010010000010101000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD748B; }

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

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

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

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

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

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

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

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