Html Css Color HEX #A6627C Tapestry

📋 copy color: '#A6627C'

red 166 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #A6627C

Tints of Tapestry #A6627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 42.78%
G = 25.26%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6627C (or 0xA6627C) is known color: Tapestry. HEX triplet: A6, 62 and 7C. RGB value is (166,98,124). Sum of RGB (Red+Green+Blue) = 166+98+124=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6627C is #599D83. Grayscale: #797979. Windows color (decimal): -5873028 or 8151718. OLE color: 8151718.

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

Color convert

RGB 166 98 124 -
CMYK 0 0.41 0.25 0.35
HSL 337.06º 0.28% 0.52% -
HSV(B) 337.06º 0.41% 0.65% -
XYZ 23.73 18.3 21.35 -
YUV 121.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 166 98 124 0 0.41 0.25 0.35 337.06 0.28 0.52
Hex A6 62 7C 0 29 19 23 151 1C 34
Octal 246 142 174 0 51 31 43 521 34 64
Binary 10100110 1100010 1111100 0 101001 11001 100011 101010001 11100 110100

Color Harmonies of #A6627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6627C

Black with #A6627C

Text Example


Text Example

White with #A6627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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