Html Css Color HEX #A76D86 Tapestry

📋 copy color: '#A76D86'

red 167 ◦ green 109 ◦ blue 134

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

Shades of Tapestry #A76D86

Tints of Tapestry #A76D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 40.73%
G = 26.59%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76D86 (or 0xA76D86) is known color: Tapestry. HEX triplet: A7, 6D and 86. RGB value is (167,109,134). Sum of RGB (Red+Green+Blue) = 167+109+134=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D86 is #589279. Grayscale: #818181. Windows color (decimal): -5804666 or 8809895. OLE color: 8809895.

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

Color convert

RGB 167 109 134 -
CMYK 0 0.35 0.20 0.35
HSL 334.14º 0.25% 0.54% -
HSV(B) 334.14º 0.35% 0.65% -
XYZ 25.71 20.87 25.23 -
YUV 129.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 167 109 134 0 0.35 0.20 0.35 334.14 0.25 0.54
Hex A7 6D 86 0 23 14 23 14E 19 36
Octal 247 155 206 0 43 24 43 516 31 66
Binary 10100111 1101101 10000110 0 100011 10100 100011 101001110 11001 110110

Color Harmonies of #A76D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D86

Black with #A76D86

Text Example


Text Example

White with #A76D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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