#AD858D

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

Shades of Tapestry #AD858D

Tints of Tapestry #AD858D

Color information

#AD858D (or 0xAD858D) is unknown color: approx Tapestry. HEX triplet: AD, 85 and 8D. RGB value is (173,133,141). Sum of RGB (Red+Green+Blue) = 173+133+141=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858D is #527A72. Grayscale: #919191. Windows color (decimal): -5405299 or 9274797. OLE color: 9274797.

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

Color convert

RGB173133141-
CMYK00.230.180.32
HSL348º19.61%60%-
HSV(B)348º23.12%67.84%-
XYZ30.4327.5828.92-
YUV145.87125.25147.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=38.70%
G=29.75%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313314100.230.180.3234819.6160
HexAD858D017122015c143c
Octal25520521502722405342474
Binary1010110110000101100011010101111001010000010101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD858D; }

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

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

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

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

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

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

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

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