Html Css Color HEX #A77D86 Tapestry

📋 copy color: '#A77D86'

red 167 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #A77D86

Tints of Tapestry #A77D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 39.2%
G = 29.34%
B = 31.46%

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

#A77D86 (or 0xA77D86) is known color: Tapestry. HEX triplet: A7, 7D and 86. RGB value is (167,125,134). Sum of RGB (Red+Green+Blue) = 167+125+134=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D86 is #588279. Grayscale: #8A8A8A. Windows color (decimal): -5800570 or 8813991. OLE color: 8813991.

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

Color convert

RGB 167 125 134 -
CMYK 0 0.25 0.20 0.35
HSL 347.14º 0.19% 0.57% -
HSV(B) 347.14º 0.25% 0.65% -
XYZ 27.57 24.6 25.85 -
YUV 138.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 167 125 134 0 0.25 0.20 0.35 347.14 0.19 0.57
Hex A7 7D 86 0 19 14 23 15B 13 39
Octal 247 175 206 0 31 24 43 533 23 71
Binary 10100111 1111101 10000110 0 11001 10100 100011 101011011 10011 111001

Color Harmonies of #A77D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D86

Black with #A77D86

Text Example


Text Example

White with #A77D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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