Html Css Color HEX #A6677C Tapestry

📋 copy color: '#A6677C'

red 166 ◦ green 103 ◦ blue 124

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

Shades of Tapestry #A6677C

Tints of Tapestry #A6677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 42.24%
G = 26.21%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6677C (or 0xA6677C) is known color: Tapestry. HEX triplet: A6, 67 and 7C. RGB value is (166,103,124). Sum of RGB (Red+Green+Blue) = 166+103+124=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6677C is #599883. Grayscale: #7C7C7C. Windows color (decimal): -5871748 or 8152998. OLE color: 8152998.

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

Color convert

RGB 166 103 124 -
CMYK 0 0.38 0.25 0.35
HSL 340º 0.26% 0.53% -
HSV(B) 340º 0.38% 0.65% -
XYZ 24.21 19.26 21.51 -
YUV 124.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 166 103 124 0 0.38 0.25 0.35 340 0.26 0.53
Hex A6 67 7C 0 26 19 23 154 1A 35
Octal 246 147 174 0 46 31 43 524 32 65
Binary 10100110 1100111 1111100 0 100110 11001 100011 101010100 11010 110101

Color Harmonies of #A6677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6677C

Black with #A6677C

Text Example


Text Example

White with #A6677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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