Html Css Color HEX #AD828D Tapestry

📋 copy color: '#AD828D'

red 173 ◦ green 130 ◦ blue 141

#AD828D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AD828D

Tints of Tapestry #AD828D

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 value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD828D (or 0xAD828D) is known color: 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

RGB 173 130 141 -
CMYK 0 0.25 0.18 0.32
HSL 344.65º 0.21% 0.59% -
HSV(B) 344.65º 0.25% 0.68% -
XYZ 30.02 26.77 28.78 -
YUV 144.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 173 130 141 0 0.25 0.18 0.32 344.65 0.21 0.59
Hex AD 82 8D 0 19 12 20 159 15 3B
Octal 255 202 215 0 31 22 40 531 25 73
Binary 10101101 10000010 10001101 0 11001 10010 100000 101011001 10101 111011

Color Harmonies of #AD828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD828D

Black with #AD828D

Text Example


Text Example

White with #AD828D

Text Example


Text Example

HTML Codes & Css Web 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>