Html Css Color HEX #A76F86 Tapestry

📋 copy color: '#A76F86'

red 167 ◦ green 111 ◦ blue 134

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

Shades of Tapestry #A76F86

Tints of Tapestry #A76F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

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

R = 40.53%
G = 26.94%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76F86 (or 0xA76F86) is known color: Tapestry. HEX triplet: A7, 6F and 86. RGB value is (167,111,134). Sum of RGB (Red+Green+Blue) = 167+111+134=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F86 is #589079. Grayscale: #828282. Windows color (decimal): -5804154 or 8810407. OLE color: 8810407.

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

Color convert

RGB 167 111 134 -
CMYK 0 0.34 0.20 0.35
HSL 335.36º 0.24% 0.55% -
HSV(B) 335.36º 0.34% 0.65% -
XYZ 25.92 21.31 25.3 -
YUV 130.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 167 111 134 0 0.34 0.20 0.35 335.36 0.24 0.55
Hex A7 6F 86 0 22 14 23 14F 18 37
Octal 247 157 206 0 42 24 43 517 30 67
Binary 10100111 1101111 10000110 0 100010 10100 100011 101001111 11000 110111

Color Harmonies of #A76F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F86

Black with #A76F86

Text Example


Text Example

White with #A76F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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