#AD7483

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

Shades of Tapestry #AD7483

Tints of Tapestry #AD7483

Color information

#AD7483 (or 0xAD7483) is unknown color: approx Tapestry. HEX triplet: AD, 74 and 83. RGB value is (173,116,131). Sum of RGB (Red+Green+Blue) = 173+116+131=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7483 is #528B7C. Grayscale: #868686. Windows color (decimal): -5409661 or 8615085. OLE color: 8615085.

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

Color convert

RGB173116131-
CMYK00.330.240.32
HSL344.21º25.79%56.67%-
HSV(B)344.21º32.95%67.84%-
XYZ27.5823.0124.46-
YUV134.75125.88155.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=41.19%
G=27.62%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311613100.330.240.32344.2125.7956.67
HexAD748302118201581a39
Octal25516420304130405303271
Binary1010110111101001000001101000011100010000010101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7483; }

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

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

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

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

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

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

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

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