Html Css Color HEX #AD828A Tapestry

📋 copy color: '#AD828A'

red 173 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #AD828A

Tints of Tapestry #AD828A

RGB

 RED value IS 173 (67.97% from 255) = 39.23%

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 39.23%
G = 29.48%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD828A (or 0xAD828A) is known color: Tapestry. HEX triplet: AD, 82 and 8A. RGB value is (173,130,138). Sum of RGB (Red+Green+Blue) = 173+130+138=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD828A is #527D75. Grayscale: #8F8F8F. Windows color (decimal): -5406070 or 9077421. OLE color: 9077421.

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

Color convert

RGB 173 130 138 -
CMYK 0 0.25 0.20 0.32
HSL 348.84º 0.21% 0.59% -
HSV(B) 348.84º 0.25% 0.68% -
XYZ 29.8 26.68 27.62 -
YUV 143.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 173 130 138 0 0.25 0.20 0.32 348.84 0.21 0.59
Hex AD 82 8A 0 19 14 20 15D 15 3B
Octal 255 202 212 0 31 24 40 535 25 73
Binary 10101101 10000010 10001010 0 11001 10100 100000 101011101 10101 111011

Color Harmonies of #AD828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD828A

Black with #AD828A

Text Example


Text Example

White with #AD828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD828A; }

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

 H1.HeaderClassName
 {
   color: #AD828A;
 }
 .AnyTagClassName
 {
   color: #AD828A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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