Html Css Color HEX #A66E7F Tapestry

📋 copy color: '#A66E7F'

red 166 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #A66E7F

Tints of Tapestry #A66E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 41.19%
G = 27.3%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A66E7F (or 0xA66E7F) is known color: Tapestry. HEX triplet: A6, 6E and 7F. RGB value is (166,110,127). Sum of RGB (Red+Green+Blue) = 166+110+127=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E7F is #599180. Grayscale: #808080. Windows color (decimal): -5869953 or 8351398. OLE color: 8351398.

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

Color convert

RGB 166 110 127 -
CMYK 0 0.34 0.23 0.35
HSL 341.79º 0.24% 0.54% -
HSV(B) 341.79º 0.34% 0.65% -
XYZ 25.13 20.79 22.77 -
YUV 128.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 166 110 127 0 0.34 0.23 0.35 341.79 0.24 0.54
Hex A6 6E 7F 0 22 17 23 156 18 36
Octal 246 156 177 0 42 27 43 526 30 66
Binary 10100110 1101110 1111111 0 100010 10111 100011 101010110 11000 110110

Color Harmonies of #A66E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E7F

Black with #A66E7F

Text Example


Text Example

White with #A66E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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