Html Css Color HEX #A77F86 Tapestry

📋 copy color: '#A77F86'

red 167 ◦ green 127 ◦ blue 134

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

Shades of Tapestry #A77F86

Tints of Tapestry #A77F86

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

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

R = 39.02%
G = 29.67%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77F86 (or 0xA77F86) is known color: Tapestry. HEX triplet: A7, 7F and 86. RGB value is (167,127,134). Sum of RGB (Red+Green+Blue) = 167+127+134=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F86 is #588079. Grayscale: #8B8B8B. Windows color (decimal): -5800058 or 8814503. OLE color: 8814503.

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

Color convert

RGB 167 127 134 -
CMYK 0 0.24 0.20 0.35
HSL 349.5º 0.19% 0.58% -
HSV(B) 349.5º 0.24% 0.65% -
XYZ 27.83 25.12 25.94 -
YUV 139.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 167 127 134 0 0.24 0.20 0.35 349.5 0.19 0.58
Hex A7 7F 86 0 18 14 23 15E 13 3A
Octal 247 177 206 0 30 24 43 536 23 72
Binary 10100111 1111111 10000110 0 11000 10100 100011 101011110 10011 111010

Color Harmonies of #A77F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F86

Black with #A77F86

Text Example


Text Example

White with #A77F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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