Html Css Color HEX #A6707F Tapestry

📋 copy color: '#A6707F'

red 166 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #A6707F

Tints of Tapestry #A6707F

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

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

 BLUE value IS 127 (50% from 255) = 31.36%

R = 40.99%
G = 27.65%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6707F (or 0xA6707F) is known color: Tapestry. HEX triplet: A6, 70 and 7F. RGB value is (166,112,127). Sum of RGB (Red+Green+Blue) = 166+112+127=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707F is #598F80. Grayscale: #818181. Windows color (decimal): -5869441 or 8351910. OLE color: 8351910.

HSL color Cylindrical-coordinate representation of color #A6707F: hue angle of 343.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6707F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 127 -
CMYK 0 0.33 0.23 0.35
HSL 343.33º 0.23% 0.55% -
HSV(B) 343.33º 0.33% 0.65% -
XYZ 25.35 21.23 22.84 -
YUV 129.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 166 112 127 0 0.33 0.23 0.35 343.33 0.23 0.55
Hex A6 70 7F 0 21 17 23 157 17 37
Octal 246 160 177 0 41 27 43 527 27 67
Binary 10100110 1110000 1111111 0 100001 10111 100011 101010111 10111 110111

Color Harmonies of #A6707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6707F

Black with #A6707F

Text Example


Text Example

White with #A6707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6707F; }

 p { color: rgb(166,112,127); }

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

background-color css

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

 a { background-color: rgb(166,112,127); }

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

border-color css

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

 span { border-color: rgb(166,112,127); }

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