Html Css Color HEX #A66A82 Tapestry

📋 copy color: '#A66A82'

red 166 ◦ green 106 ◦ blue 130

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

Shades of Tapestry #A66A82

Tints of Tapestry #A66A82

RGB

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

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

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

R = 41.29%
G = 26.37%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A66A82 (or 0xA66A82) is known color: Tapestry. HEX triplet: A6, 6A and 82. RGB value is (166,106,130). Sum of RGB (Red+Green+Blue) = 166+106+130=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A82 is #59957D. Grayscale: #7E7E7E. Windows color (decimal): -5870974 or 8546982. OLE color: 8546982.

HSL color Cylindrical-coordinate representation of color #A66A82: hue angle of 336º 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 #A66A82 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 130 -
CMYK 0 0.36 0.22 0.35
HSL 336º 0.25% 0.53% -
HSV(B) 336º 0.36% 0.65% -
XYZ 24.91 20.03 23.67 -
YUV 126.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 166 106 130 0 0.36 0.22 0.35 336 0.25 0.53
Hex A6 6A 82 0 24 16 23 150 19 35
Octal 246 152 202 0 44 26 43 520 31 65
Binary 10100110 1101010 10000010 0 100100 10110 100011 101010000 11001 110101

Color Harmonies of #A66A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A82

Black with #A66A82

Text Example


Text Example

White with #A66A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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