Html Css Color HEX #AD707D Tapestry

📋 copy color: '#AD707D'

red 173 ◦ green 112 ◦ blue 125

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

Shades of Tapestry #AD707D

Tints of Tapestry #AD707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 42.2%
G = 27.32%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD707D (or 0xAD707D) is known color: Tapestry. HEX triplet: AD, 70 and 7D. RGB value is (173,112,125). Sum of RGB (Red+Green+Blue) = 173+112+125=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707D is #528F82. Grayscale: #838383. Windows color (decimal): -5410691 or 8220845. OLE color: 8220845.

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

Color convert

RGB 173 112 125 -
CMYK 0 0.35 0.28 0.32
HSL 347.21º 0.27% 0.56% -
HSV(B) 347.21º 0.35% 0.68% -
XYZ 26.73 21.95 22.23 -
YUV 131.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 173 112 125 0 0.35 0.28 0.32 347.21 0.27 0.56
Hex AD 70 7D 0 23 1C 20 15B 1B 38
Octal 255 160 175 0 43 34 40 533 33 70
Binary 10101101 1110000 1111101 0 100011 11100 100000 101011011 11011 111000

Color Harmonies of #AD707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD707D

Black with #AD707D

Text Example


Text Example

White with #AD707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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