Html Css Color HEX #A66680 Tapestry

📋 copy color: '#A66680'

red 166 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #A66680

Tints of Tapestry #A66680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 41.92%
G = 25.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A66680 (or 0xA66680) is known color: Tapestry. HEX triplet: A6, 66 and 80. RGB value is (166,102,128). Sum of RGB (Red+Green+Blue) = 166+102+128=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A66680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66680 is #59997F. Grayscale: #7C7C7C. Windows color (decimal): -5872000 or 8414886. OLE color: 8414886.

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

Color convert

RGB 166 102 128 -
CMYK 0 0.39 0.23 0.35
HSL 335.63º 0.26% 0.53% -
HSV(B) 335.63º 0.39% 0.65% -
XYZ 24.37 19.17 22.84 -
YUV 124.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 166 102 128 0 0.39 0.23 0.35 335.63 0.26 0.53
Hex A6 66 80 0 27 17 23 150 1A 35
Octal 246 146 200 0 47 27 43 520 32 65
Binary 10100110 1100110 10000000 0 100111 10111 100011 101010000 11010 110101

Color Harmonies of #A66680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66680

Black with #A66680

Text Example


Text Example

White with #A66680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66680; }

 p { color: rgb(166,102,128); }

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

background-color css

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

 a { background-color: rgb(166,102,128); }

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

border-color css

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

 span { border-color: rgb(166,102,128); }

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