Html Css Color HEX #AD728E Tapestry

📋 copy color: '#AD728E'

red 173 ◦ green 114 ◦ blue 142

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

Shades of Tapestry #AD728E

Tints of Tapestry #AD728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 40.33%
G = 26.57%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD728E (or 0xAD728E) is known color: Tapestry. HEX triplet: AD, 72 and 8E. RGB value is (173,114,142). Sum of RGB (Red+Green+Blue) = 173+114+142=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD728E is #528D71. Grayscale: #868686. Windows color (decimal): -5410162 or 9335469. OLE color: 9335469.

HSL color Cylindrical-coordinate representation of color #AD728E: hue angle of 331.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD728E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 142 -
CMYK 0 0.34 0.18 0.32
HSL 331.53º 0.26% 0.56% -
HSV(B) 331.53º 0.34% 0.68% -
XYZ 28.13 22.87 28.52 -
YUV 134.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 173 114 142 0 0.34 0.18 0.32 331.53 0.26 0.56
Hex AD 72 8E 0 22 12 20 14C 1A 38
Octal 255 162 216 0 42 22 40 514 32 70
Binary 10101101 1110010 10001110 0 100010 10010 100000 101001100 11010 111000

Color Harmonies of #AD728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD728E

Black with #AD728E

Text Example


Text Example

White with #AD728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD728E; }

 p { color: rgb(173,114,142); }

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

background-color css

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

 a { background-color: rgb(173,114,142); }

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

border-color css

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

 span { border-color: rgb(173,114,142); }

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