Html Css Color HEX #A66883 Tapestry

📋 copy color: '#A66883'

red 166 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #A66883

Tints of Tapestry #A66883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.94%

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

R = 41.4%
G = 25.94%
B = 32.67%

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

#A66883 (or 0xA66883) is known color: Tapestry. HEX triplet: A6, 68 and 83. RGB value is (166,104,131). Sum of RGB (Red+Green+Blue) = 166+104+131=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66883 is #59977C. Grayscale: #7D7D7D. Windows color (decimal): -5871485 or 8612006. OLE color: 8612006.

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

Color convert

RGB 166 104 131 -
CMYK 0 0.37 0.21 0.35
HSL 333.87º 0.26% 0.53% -
HSV(B) 333.87º 0.37% 0.65% -
XYZ 24.77 19.65 23.96 -
YUV 125.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 166 104 131 0 0.37 0.21 0.35 333.87 0.26 0.53
Hex A6 68 83 0 25 15 23 14E 1A 35
Octal 246 150 203 0 45 25 43 516 32 65
Binary 10100110 1101000 10000011 0 100101 10101 100011 101001110 11010 110101

Color Harmonies of #A66883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66883

Black with #A66883

Text Example


Text Example

White with #A66883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66883; }

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

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

background-color css

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

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

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

border-color css

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

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

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