#AD848B

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

Shades of Tapestry #AD848B

Tints of Tapestry #AD848B

Color information

#AD848B (or 0xAD848B) is unknown color: approx Tapestry. HEX triplet: AD, 84 and 8B. RGB value is (173,132,139). Sum of RGB (Red+Green+Blue) = 173+132+139=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD848B is #527B74. Grayscale: #919191. Windows color (decimal): -5405557 or 9143469. OLE color: 9143469.

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

Color convert

RGB173132139-
CMYK00.240.200.32
HSL349.76º20%59.8%-
HSV(B)349.76º23.7%67.84%-
XYZ30.1527.2528.1-
YUV145.06124.58147.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=38.96%
G=29.73%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313213900.240.200.32349.762059.8
HexAD848B018142015e143c
Octal25520421303024405362474
Binary1010110110000100100010110110001010010000010101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD848B; }

 p { color: rgb(173,132,139); }

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

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

 a { background-color: rgb(173,132,139); }

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

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

 span { border-color: rgb(173,132,139); }

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