Html Css Color HEX #AD6B7E Tapestry

📋 copy color: '#AD6B7E'

red 173 ◦ green 107 ◦ blue 126

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

Shades of Tapestry #AD6B7E

Tints of Tapestry #AD6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 42.61%
G = 26.35%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD6B7E (or 0xAD6B7E) is known color: Tapestry. HEX triplet: AD, 6B and 7E. RGB value is (173,107,126). Sum of RGB (Red+Green+Blue) = 173+107+126=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B7E is #529481. Grayscale: #808080. Windows color (decimal): -5411970 or 8285101. OLE color: 8285101.

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

Color convert

RGB 173 107 126 -
CMYK 0 0.38 0.27 0.32
HSL 342.73º 0.29% 0.55% -
HSV(B) 342.73º 0.38% 0.68% -
XYZ 26.26 20.91 22.39 -
YUV 128.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 173 107 126 0 0.38 0.27 0.32 342.73 0.29 0.55
Hex AD 6B 7E 0 26 1B 20 157 1D 37
Octal 255 153 176 0 46 33 40 527 35 67
Binary 10101101 1101011 1111110 0 100110 11011 100000 101010111 11101 110111

Color Harmonies of #AD6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B7E

Black with #AD6B7E

Text Example


Text Example

White with #AD6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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