#AD828C

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

Shades of Tapestry #AD828C

Tints of Tapestry #AD828C

Color information

#AD828C (or 0xAD828C) is unknown color: approx Tapestry. HEX triplet: AD, 82 and 8C. RGB value is (173,130,140). Sum of RGB (Red+Green+Blue) = 173+130+140=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD828C is #527D73. Grayscale: #909090. Windows color (decimal): -5406068 or 9208493. OLE color: 9208493.

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

Color convert

RGB173130140-
CMYK00.250.190.32
HSL346.05º20.77%59.41%-
HSV(B)346.05º24.86%67.84%-
XYZ29.9526.7428.39-
YUV144125.75148.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=39.05%
G=29.35%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313014000.250.190.32346.0520.7759.41
HexAD828C019132015a153b
Octal25520221403123405322573
Binary1010110110000010100011000110011001110000010101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD828C; }

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

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

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

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

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

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

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

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