Html Css Color HEX #A66B82 Tapestry

📋 copy color: '#A66B82'

red 166 ◦ green 107 ◦ blue 130

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

Shades of Tapestry #A66B82

Tints of Tapestry #A66B82

RGB

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

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

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

R = 41.19%
G = 26.55%
B = 32.26%

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

#A66B82 (or 0xA66B82) is known color: Tapestry. HEX triplet: A6, 6B and 82. RGB value is (166,107,130). Sum of RGB (Red+Green+Blue) = 166+107+130=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B82 is #59947D. Grayscale: #7F7F7F. Windows color (decimal): -5870718 or 8547238. OLE color: 8547238.

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

Color convert

RGB 166 107 130 -
CMYK 0 0.36 0.22 0.35
HSL 336.61º 0.25% 0.54% -
HSV(B) 336.61º 0.36% 0.65% -
XYZ 25.01 20.23 23.71 -
YUV 127.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 166 107 130 0 0.36 0.22 0.35 336.61 0.25 0.54
Hex A6 6B 82 0 24 16 23 151 19 36
Octal 246 153 202 0 44 26 43 521 31 66
Binary 10100110 1101011 10000010 0 100100 10110 100011 101010001 11001 110110

Color Harmonies of #A66B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B82

Black with #A66B82

Text Example


Text Example

White with #A66B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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