Html Css Color HEX #A66B80 Tapestry

📋 copy color: '#A66B80'

red 166 ◦ green 107 ◦ blue 128

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

Shades of Tapestry #A66B80

Tints of Tapestry #A66B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

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

R = 41.4%
G = 26.68%
B = 31.92%

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

#A66B80 (or 0xA66B80) is known color: Tapestry. HEX triplet: A6, 6B and 80. RGB value is (166,107,128). Sum of RGB (Red+Green+Blue) = 166+107+128=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B80 is #59947F. Grayscale: #7F7F7F. Windows color (decimal): -5870720 or 8416166. OLE color: 8416166.

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

Color convert

RGB 166 107 128 -
CMYK 0 0.36 0.23 0.35
HSL 338.64º 0.25% 0.54% -
HSV(B) 338.64º 0.36% 0.65% -
XYZ 24.88 20.18 23.01 -
YUV 127.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 166 107 128 0 0.36 0.23 0.35 338.64 0.25 0.54
Hex A6 6B 80 0 24 17 23 153 19 36
Octal 246 153 200 0 44 27 43 523 31 66
Binary 10100110 1101011 10000000 0 100100 10111 100011 101010011 11001 110110

Color Harmonies of #A66B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B80

Black with #A66B80

Text Example


Text Example

White with #A66B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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