#AD8285

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

Shades of Tapestry #AD8285

Tints of Tapestry #AD8285

Color information

#AD8285 (or 0xAD8285) is unknown color: approx Tapestry. HEX triplet: AD, 82 and 85. RGB value is (173,130,133). Sum of RGB (Red+Green+Blue) = 173+130+133=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8285 is #527D7A. Grayscale: #8F8F8F. Windows color (decimal): -5406075 or 8749741. OLE color: 8749741.

HSL color Cylindrical-coordinate representation of color #AD8285: hue angle of 355.81º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8285 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173130133-
CMYK00.250.230.32
HSL355.81º20.77%59.41%-
HSV(B)355.81º24.86%67.84%-
XYZ29.4526.5425.76-
YUV143.2122.25149.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=39.68%
G=29.82%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313013300.250.230.32355.8120.7759.41
HexAD82850191720164153b
Octal25520220503127405442573
Binary1010110110000010100001010110011011110000010110010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8285; }

 p { color: rgb(173,130,133); }

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

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

 a { background-color: rgb(173,130,133); }

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

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

 span { border-color: rgb(173,130,133); }

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