Html Css Color HEX #A76986 Tapestry

📋 copy color: '#A76986'

red 167 ◦ green 105 ◦ blue 134

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

Shades of Tapestry #A76986

Tints of Tapestry #A76986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 41.13%
G = 25.86%
B = 33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76986 (or 0xA76986) is known color: Tapestry. HEX triplet: A7, 69 and 86. RGB value is (167,105,134). Sum of RGB (Red+Green+Blue) = 167+105+134=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76986 is #589679. Grayscale: #7E7E7E. Windows color (decimal): -5805690 or 8808871. OLE color: 8808871.

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

Color convert

RGB 167 105 134 -
CMYK 0 0.37 0.20 0.35
HSL 331.94º 0.26% 0.53% -
HSV(B) 331.94º 0.37% 0.65% -
XYZ 25.29 20.04 25.09 -
YUV 126.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 167 105 134 0 0.37 0.20 0.35 331.94 0.26 0.53
Hex A7 69 86 0 25 14 23 14C 1A 35
Octal 247 151 206 0 45 24 43 514 32 65
Binary 10100111 1101001 10000110 0 100101 10100 100011 101001100 11010 110101

Color Harmonies of #A76986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76986

Black with #A76986

Text Example


Text Example

White with #A76986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76986; }

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

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

background-color css

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

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

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

border-color css

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

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

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