Html Css Color HEX #A77E86 Tapestry

📋 copy color: '#A77E86'

red 167 ◦ green 126 ◦ blue 134

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

Shades of Tapestry #A77E86

Tints of Tapestry #A77E86

RGB

 RED value IS 167 (65.63% from 255) = 39.11%

 GREEN value IS 126 (49.61% from 255) = 29.51%

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

R = 39.11%
G = 29.51%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77E86 (or 0xA77E86) is known color: Tapestry. HEX triplet: A7, 7E and 86. RGB value is (167,126,134). Sum of RGB (Red+Green+Blue) = 167+126+134=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E86 is #588179. Grayscale: #8B8B8B. Windows color (decimal): -5800314 or 8814247. OLE color: 8814247.

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

Color convert

RGB 167 126 134 -
CMYK 0 0.25 0.20 0.35
HSL 348.29º 0.19% 0.57% -
HSV(B) 348.29º 0.25% 0.65% -
XYZ 27.7 24.86 25.89 -
YUV 139.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 167 126 134 0 0.25 0.20 0.35 348.29 0.19 0.57
Hex A7 7E 86 0 19 14 23 15C 13 39
Octal 247 176 206 0 31 24 43 534 23 71
Binary 10100111 1111110 10000110 0 11001 10100 100011 101011100 10011 111001

Color Harmonies of #A77E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E86

Black with #A77E86

Text Example


Text Example

White with #A77E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E86; }

 p { color: rgb(167,126,134); }

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

background-color css

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

 a { background-color: rgb(167,126,134); }

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

border-color css

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

 span { border-color: rgb(167,126,134); }

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