Html Css Color HEX #A76D87 Tapestry

📋 copy color: '#A76D87'

red 167 ◦ green 109 ◦ blue 135

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

Shades of Tapestry #A76D87

Tints of Tapestry #A76D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 40.63%
G = 26.52%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76D87 (or 0xA76D87) is known color: Tapestry. HEX triplet: A7, 6D and 87. RGB value is (167,109,135). Sum of RGB (Red+Green+Blue) = 167+109+135=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D87 is #589278. Grayscale: #818181. Windows color (decimal): -5804665 or 8875431. OLE color: 8875431.

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

Color convert

RGB 167 109 135 -
CMYK 0 0.35 0.19 0.35
HSL 333.1º 0.25% 0.54% -
HSV(B) 333.1º 0.35% 0.65% -
XYZ 25.78 20.9 25.6 -
YUV 129.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 167 109 135 0 0.35 0.19 0.35 333.1 0.25 0.54
Hex A7 6D 87 0 23 13 23 14D 19 36
Octal 247 155 207 0 43 23 43 515 31 66
Binary 10100111 1101101 10000111 0 100011 10011 100011 101001101 11001 110110

Color Harmonies of #A76D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D87

Black with #A76D87

Text Example


Text Example

White with #A76D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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