#AD888E

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

Shades of Tapestry #AD888E

Tints of Tapestry #AD888E

Color information

#AD888E (or 0xAD888E) is unknown color: approx Tapestry. HEX triplet: AD, 88 and 8E. RGB value is (173,136,142). Sum of RGB (Red+Green+Blue) = 173+136+142=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888E is #527771. Grayscale: #939393. Windows color (decimal): -5404530 or 9341101. OLE color: 9341101.

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

Color convert

RGB173136142-
CMYK00.210.180.32
HSL350.27º18.41%60.59%-
HSV(B)350.27º21.39%67.84%-
XYZ30.9228.4529.45-
YUV147.75124.76146.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=38.36%
G=30.16%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313614200.210.180.32350.2718.4160.59
HexAD888E015122015e123d
Octal25521021602522405362275
Binary1010110110001000100011100101011001010000010101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD888E; }

 p { color: rgb(173,136,142); }

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

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

 a { background-color: rgb(173,136,142); }

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

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

 span { border-color: rgb(173,136,142); }

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