Html Css Color HEX #A66C82 Tapestry

📋 copy color: '#A66C82'

red 166 ◦ green 108 ◦ blue 130

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

Shades of Tapestry #A66C82

Tints of Tapestry #A66C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 41.09%
G = 26.73%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A66C82 (or 0xA66C82) is known color: Tapestry. HEX triplet: A6, 6C and 82. RGB value is (166,108,130). Sum of RGB (Red+Green+Blue) = 166+108+130=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C82 is #59937D. Grayscale: #7F7F7F. Windows color (decimal): -5870462 or 8547494. OLE color: 8547494.

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

Color convert

RGB 166 108 130 -
CMYK 0 0.35 0.22 0.35
HSL 337.24º 0.25% 0.54% -
HSV(B) 337.24º 0.35% 0.65% -
XYZ 25.12 20.44 23.74 -
YUV 127.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 166 108 130 0 0.35 0.22 0.35 337.24 0.25 0.54
Hex A6 6C 82 0 23 16 23 151 19 36
Octal 246 154 202 0 43 26 43 521 31 66
Binary 10100110 1101100 10000010 0 100011 10110 100011 101010001 11001 110110

Color Harmonies of #A66C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C82

Black with #A66C82

Text Example


Text Example

White with #A66C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C82; }

 p { color: rgb(166,108,130); }

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

background-color css

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

 a { background-color: rgb(166,108,130); }

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

border-color css

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

 span { border-color: rgb(166,108,130); }

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