Html Css Color HEX #AD708A Tapestry

📋 copy color: '#AD708A'

red 173 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #AD708A

Tints of Tapestry #AD708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 40.9%
G = 26.48%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD708A (or 0xAD708A) is known color: Tapestry. HEX triplet: AD, 70 and 8A. RGB value is (173,112,138). Sum of RGB (Red+Green+Blue) = 173+112+138=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD708A is #528F75. Grayscale: #858585. Windows color (decimal): -5410678 or 9072813. OLE color: 9072813.

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

Color convert

RGB 173 112 138 -
CMYK 0 0.35 0.20 0.32
HSL 334.43º 0.27% 0.56% -
HSV(B) 334.43º 0.35% 0.68% -
XYZ 27.62 22.31 26.9 -
YUV 133.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 173 112 138 0 0.35 0.20 0.32 334.43 0.27 0.56
Hex AD 70 8A 0 23 14 20 14E 1B 38
Octal 255 160 212 0 43 24 40 516 33 70
Binary 10101101 1110000 10001010 0 100011 10100 100000 101001110 11011 111000

Color Harmonies of #AD708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD708A

Black with #AD708A

Text Example


Text Example

White with #AD708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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