Html Css Color HEX #A6667C Tapestry

📋 copy color: '#A6667C'

red 166 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #A6667C

Tints of Tapestry #A6667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 42.35%
G = 26.02%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6667C (or 0xA6667C) is known color: Tapestry. HEX triplet: A6, 66 and 7C. RGB value is (166,102,124). Sum of RGB (Red+Green+Blue) = 166+102+124=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667C is #599983. Grayscale: #7B7B7B. Windows color (decimal): -5872004 or 8152742. OLE color: 8152742.

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

Color convert

RGB 166 102 124 -
CMYK 0 0.39 0.25 0.35
HSL 339.38º 0.26% 0.53% -
HSV(B) 339.38º 0.39% 0.65% -
XYZ 24.12 19.06 21.48 -
YUV 123.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 166 102 124 0 0.39 0.25 0.35 339.38 0.26 0.53
Hex A6 66 7C 0 27 19 23 153 1A 35
Octal 246 146 174 0 47 31 43 523 32 65
Binary 10100110 1100110 1111100 0 100111 11001 100011 101010011 11010 110101

Color Harmonies of #A6667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6667C

Black with #A6667C

Text Example


Text Example

White with #A6667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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