Html Css Color HEX #AD6E7E Tapestry

📋 copy color: '#AD6E7E'

red 173 ◦ green 110 ◦ blue 126

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

Shades of Tapestry #AD6E7E

Tints of Tapestry #AD6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 42.3%
G = 26.89%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD6E7E (or 0xAD6E7E) is known color: Tapestry. HEX triplet: AD, 6E and 7E. RGB value is (173,110,126). Sum of RGB (Red+Green+Blue) = 173+110+126=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E7E is #529181. Grayscale: #828282. Windows color (decimal): -5411202 or 8285869. OLE color: 8285869.

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

Color convert

RGB 173 110 126 -
CMYK 0 0.36 0.27 0.32
HSL 344.76º 0.28% 0.55% -
HSV(B) 344.76º 0.36% 0.68% -
XYZ 26.58 21.54 22.5 -
YUV 130.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 173 110 126 0 0.36 0.27 0.32 344.76 0.28 0.55
Hex AD 6E 7E 0 24 1B 20 159 1C 37
Octal 255 156 176 0 44 33 40 531 34 67
Binary 10101101 1101110 1111110 0 100100 11011 100000 101011001 11100 110111

Color Harmonies of #AD6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E7E

Black with #AD6E7E

Text Example


Text Example

White with #AD6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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