Html Css Color HEX #AD828C Tapestry

📋 copy color: '#AD828C'

red 173 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #AD828C

Tints of Tapestry #AD828C

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.6%

R = 39.05%
G = 29.35%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 130 140 -
CMYK 0 0.25 0.19 0.32
HSL 346.05º 0.21% 0.59% -
HSV(B) 346.05º 0.25% 0.68% -
XYZ 29.95 26.74 28.39 -
YUV 144 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 173 130 140 0 0.25 0.19 0.32 346.05 0.21 0.59
Hex AD 82 8C 0 19 13 20 15A 15 3B
Octal 255 202 214 0 31 23 40 532 25 73
Binary 10101101 10000010 10001100 0 11001 10011 100000 101011010 10101 111011

Color Harmonies of #AD828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD828C

Black with #AD828C

Text Example


Text Example

White with #AD828C

Text Example


Text Example

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