Html Css Color HEX #A66983 Tapestry

📋 copy color: '#A66983'

red 166 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #A66983

Tints of Tapestry #A66983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 41.29%
G = 26.12%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A66983 (or 0xA66983) is known color: Tapestry. HEX triplet: A6, 69 and 83. RGB value is (166,105,131). Sum of RGB (Red+Green+Blue) = 166+105+131=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66983 is #59967C. Grayscale: #7E7E7E. Windows color (decimal): -5871229 or 8612262. OLE color: 8612262.

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

Color convert

RGB 166 105 131 -
CMYK 0 0.37 0.21 0.35
HSL 334.43º 0.26% 0.53% -
HSV(B) 334.43º 0.37% 0.65% -
XYZ 24.87 19.85 23.99 -
YUV 126.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 166 105 131 0 0.37 0.21 0.35 334.43 0.26 0.53
Hex A6 69 83 0 25 15 23 14E 1A 35
Octal 246 151 203 0 45 25 43 516 32 65
Binary 10100110 1101001 10000011 0 100101 10101 100011 101001110 11010 110101

Color Harmonies of #A66983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66983

Black with #A66983

Text Example


Text Example

White with #A66983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66983; }

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

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

background-color css

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

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

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

border-color css

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

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

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