#AD8185

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

Shades of Tapestry #AD8185

Tints of Tapestry #AD8185

Color information

#AD8185 (or 0xAD8185) is unknown color: approx Tapestry. HEX triplet: AD, 81 and 85. RGB value is (173,129,133). Sum of RGB (Red+Green+Blue) = 173+129+133=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8185 is #527E7A. Grayscale: #8E8E8E. Windows color (decimal): -5406331 or 8749485. OLE color: 8749485.

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

Color convert

RGB173129133-
CMYK00.250.230.32
HSL354.55º21.15%59.22%-
HSV(B)354.55º25.43%67.84%-
XYZ29.3226.2825.72-
YUV142.61122.58149.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=39.77%
G=29.66%
B=30.57%

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
Decimal17312913300.250.230.32354.5521.1559.22
HexAD81850191720163153b
Octal25520120503127405432573
Binary1010110110000001100001010110011011110000010110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8185; }

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

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

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

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

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

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

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

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