Html Css Color HEX #A66982 Tapestry

📋 copy color: '#A66982'

red 166 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #A66982

Tints of Tapestry #A66982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 41.4%
G = 26.18%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A66982 (or 0xA66982) is known color: Tapestry. HEX triplet: A6, 69 and 82. RGB value is (166,105,130). Sum of RGB (Red+Green+Blue) = 166+105+130=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66982 is #59967D. Grayscale: #7E7E7E. Windows color (decimal): -5871230 or 8546726. OLE color: 8546726.

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

Color convert

RGB 166 105 130 -
CMYK 0 0.37 0.22 0.35
HSL 335.41º 0.26% 0.53% -
HSV(B) 335.41º 0.37% 0.65% -
XYZ 24.81 19.82 23.64 -
YUV 126.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 166 105 130 0 0.37 0.22 0.35 335.41 0.26 0.53
Hex A6 69 82 0 25 16 23 14F 1A 35
Octal 246 151 202 0 45 26 43 517 32 65
Binary 10100110 1101001 10000010 0 100101 10110 100011 101001111 11010 110101

Color Harmonies of #A66982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66982

Black with #A66982

Text Example


Text Example

White with #A66982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66982; }

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

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

background-color css

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

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

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

border-color css

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

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

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