Html Css Color HEX #A67C86 Tapestry

📋 copy color: '#A67C86'

red 166 ◦ green 124 ◦ blue 134

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

Shades of Tapestry #A67C86

Tints of Tapestry #A67C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 39.15%
G = 29.25%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67C86 (or 0xA67C86) is known color: Tapestry. HEX triplet: A6, 7C and 86. RGB value is (166,124,134). Sum of RGB (Red+Green+Blue) = 166+124+134=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C86 is #598379. Grayscale: #898989. Windows color (decimal): -5866362 or 8813734. OLE color: 8813734.

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

Color convert

RGB 166 124 134 -
CMYK 0 0.25 0.19 0.35
HSL 345.71º 0.19% 0.57% -
HSV(B) 345.71º 0.25% 0.65% -
XYZ 27.24 24.24 25.8 -
YUV 137.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 166 124 134 0 0.25 0.19 0.35 345.71 0.19 0.57
Hex A6 7C 86 0 19 13 23 15A 13 39
Octal 246 174 206 0 31 23 43 532 23 71
Binary 10100110 1111100 10000110 0 11001 10011 100011 101011010 10011 111001

Color Harmonies of #A67C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C86

Black with #A67C86

Text Example


Text Example

White with #A67C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C86; }

 p { color: rgb(166,124,134); }

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

background-color css

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

 a { background-color: rgb(166,124,134); }

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

border-color css

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

 span { border-color: rgb(166,124,134); }

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