Html Css Color HEX #A66F87 Tapestry

📋 copy color: '#A66F87'

red 166 ◦ green 111 ◦ blue 135

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

Shades of Tapestry #A66F87

Tints of Tapestry #A66F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 40.29%
G = 26.94%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A66F87 (or 0xA66F87) is known color: Tapestry. HEX triplet: A6, 6F and 87. RGB value is (166,111,135). Sum of RGB (Red+Green+Blue) = 166+111+135=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F87 is #599078. Grayscale: #828282. Windows color (decimal): -5869689 or 8875942. OLE color: 8875942.

HSL color Cylindrical-coordinate representation of color #A66F87: hue angle of 333.82º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F87 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 135 -
CMYK 0 0.33 0.19 0.35
HSL 333.82º 0.24% 0.54% -
HSV(B) 333.82º 0.33% 0.65% -
XYZ 25.78 21.23 25.66 -
YUV 130.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 166 111 135 0 0.33 0.19 0.35 333.82 0.24 0.54
Hex A6 6F 87 0 21 13 23 14E 18 36
Octal 246 157 207 0 41 23 43 516 30 66
Binary 10100110 1101111 10000111 0 100001 10011 100011 101001110 11000 110110

Color Harmonies of #A66F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F87

Black with #A66F87

Text Example


Text Example

White with #A66F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F87; }

 p { color: rgb(166,111,135); }

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

background-color css

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

 a { background-color: rgb(166,111,135); }

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

border-color css

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

 span { border-color: rgb(166,111,135); }

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