Html Css Color HEX #AD707E Tapestry

📋 copy color: '#AD707E'

red 173 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #AD707E

Tints of Tapestry #AD707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 42.09%
G = 27.25%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD707E (or 0xAD707E) is known color: Tapestry. HEX triplet: AD, 70 and 7E. RGB value is (173,112,126). Sum of RGB (Red+Green+Blue) = 173+112+126=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707E is #528F81. Grayscale: #838383. Windows color (decimal): -5410690 or 8286381. OLE color: 8286381.

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

Color convert

RGB 173 112 126 -
CMYK 0 0.35 0.27 0.32
HSL 346.23º 0.27% 0.56% -
HSV(B) 346.23º 0.35% 0.68% -
XYZ 26.79 21.98 22.57 -
YUV 131.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 173 112 126 0 0.35 0.27 0.32 346.23 0.27 0.56
Hex AD 70 7E 0 23 1B 20 15A 1B 38
Octal 255 160 176 0 43 33 40 532 33 70
Binary 10101101 1110000 1111110 0 100011 11011 100000 101011010 11011 111000

Color Harmonies of #AD707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD707E

Black with #AD707E

Text Example


Text Example

White with #AD707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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