Html Css Color HEX #A6647D Tapestry

📋 copy color: '#A6647D'

red 166 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #A6647D

Tints of Tapestry #A6647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 42.46%
G = 25.58%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6647D (or 0xA6647D) is known color: Tapestry. HEX triplet: A6, 64 and 7D. RGB value is (166,100,125). Sum of RGB (Red+Green+Blue) = 166+100+125=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6647D is #599B82. Grayscale: #7A7A7A. Windows color (decimal): -5872515 or 8217766. OLE color: 8217766.

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

Color convert

RGB 166 100 125 -
CMYK 0 0.40 0.25 0.35
HSL 337.27º 0.27% 0.52% -
HSV(B) 337.27º 0.4% 0.65% -
XYZ 23.98 18.7 21.75 -
YUV 122.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 166 100 125 0 0.40 0.25 0.35 337.27 0.27 0.52
Hex A6 64 7D 0 28 19 23 151 1B 34
Octal 246 144 175 0 50 31 43 521 33 64
Binary 10100110 1100100 1111101 0 101000 11001 100011 101010001 11011 110100

Color Harmonies of #A6647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6647D

Black with #A6647D

Text Example


Text Example

White with #A6647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6647D; }

 p { color: rgb(166,100,125); }

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

background-color css

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

 a { background-color: rgb(166,100,125); }

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

border-color css

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

 span { border-color: rgb(166,100,125); }

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