Html Css Color HEX #A6677F Tapestry

📋 copy color: '#A6677F'

red 166 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #A6677F

Tints of Tapestry #A6677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

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

R = 41.92%
G = 26.01%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6677F (or 0xA6677F) is known color: Tapestry. HEX triplet: A6, 67 and 7F. RGB value is (166,103,127). Sum of RGB (Red+Green+Blue) = 166+103+127=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6677F is #599880. Grayscale: #7C7C7C. Windows color (decimal): -5871745 or 8349606. OLE color: 8349606.

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

Color convert

RGB 166 103 127 -
CMYK 0 0.38 0.23 0.35
HSL 337.14º 0.26% 0.53% -
HSV(B) 337.14º 0.38% 0.65% -
XYZ 24.41 19.34 22.53 -
YUV 124.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 166 103 127 0 0.38 0.23 0.35 337.14 0.26 0.53
Hex A6 67 7F 0 26 17 23 151 1A 35
Octal 246 147 177 0 46 27 43 521 32 65
Binary 10100110 1100111 1111111 0 100110 10111 100011 101010001 11010 110101

Color Harmonies of #A6677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6677F

Black with #A6677F

Text Example


Text Example

White with #A6677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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