#AD828D

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

Shades of Tapestry #AD828D

Tints of Tapestry #AD828D

Color information

#AD828D (or 0xAD828D) is unknown color: approx Tapestry. HEX triplet: AD, 82 and 8D. RGB value is (173,130,141). Sum of RGB (Red+Green+Blue) = 173+130+141=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD828D is #527D72. Grayscale: #909090. Windows color (decimal): -5406067 or 9274029. OLE color: 9274029.

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

Color convert

RGB173130141-
CMYK00.250.180.32
HSL344.65º20.77%59.41%-
HSV(B)344.65º24.86%67.84%-
XYZ30.0226.7728.78-
YUV144.11126.25148.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=38.96%
G=29.28%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313014100.250.180.32344.6520.7759.41
HexAD828D0191220159153b
Octal25520221503122405312573
Binary1010110110000010100011010110011001010000010101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD828D; }

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

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

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

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

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

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

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

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