Html Css Color HEX #A66F89 Tapestry

📋 copy color: '#A66F89'

red 166 ◦ green 111 ◦ blue 137

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

Shades of Tapestry #A66F89

Tints of Tapestry #A66F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 40.1%
G = 26.81%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A66F89 (or 0xA66F89) is known color: Tapestry. HEX triplet: A6, 6F and 89. RGB value is (166,111,137). Sum of RGB (Red+Green+Blue) = 166+111+137=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F89 is #599076. Grayscale: #828282. Windows color (decimal): -5869687 or 9007014. OLE color: 9007014.

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

Color convert

RGB 166 111 137 -
CMYK 0 0.33 0.17 0.35
HSL 331.64º 0.24% 0.54% -
HSV(B) 331.64º 0.33% 0.65% -
XYZ 25.93 21.28 26.41 -
YUV 130.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 166 111 137 0 0.33 0.17 0.35 331.64 0.24 0.54
Hex A6 6F 89 0 21 11 23 14C 18 36
Octal 246 157 211 0 41 21 43 514 30 66
Binary 10100110 1101111 10001001 0 100001 10001 100011 101001100 11000 110110

Color Harmonies of #A66F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F89

Black with #A66F89

Text Example


Text Example

White with #A66F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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