Html Css Color HEX #A66A80 Tapestry

📋 copy color: '#A66A80'

red 166 ◦ green 106 ◦ blue 128

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

Shades of Tapestry #A66A80

Tints of Tapestry #A66A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 128 (50.39% from 255) = 32%

R = 41.5%
G = 26.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A66A80 (or 0xA66A80) is known color: Tapestry. HEX triplet: A6, 6A and 80. RGB value is (166,106,128). Sum of RGB (Red+Green+Blue) = 166+106+128=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A80 is #59957F. Grayscale: #7E7E7E. Windows color (decimal): -5870976 or 8415910. OLE color: 8415910.

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

Color convert

RGB 166 106 128 -
CMYK 0 0.36 0.23 0.35
HSL 338º 0.25% 0.53% -
HSV(B) 338º 0.36% 0.65% -
XYZ 24.78 19.97 22.97 -
YUV 126.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 166 106 128 0 0.36 0.23 0.35 338 0.25 0.53
Hex A6 6A 80 0 24 17 23 152 19 35
Octal 246 152 200 0 44 27 43 522 31 65
Binary 10100110 1101010 10000000 0 100100 10111 100011 101010010 11001 110101

Color Harmonies of #A66A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A80

Black with #A66A80

Text Example


Text Example

White with #A66A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A80; }

 p { color: rgb(166,106,128); }

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

background-color css

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

 a { background-color: rgb(166,106,128); }

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

border-color css

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

 span { border-color: rgb(166,106,128); }

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