Html Css Color HEX #A76B84 Tapestry

📋 copy color: '#A76B84'

red 167 ◦ green 107 ◦ blue 132

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

Shades of Tapestry #A76B84

Tints of Tapestry #A76B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 41.13%
G = 26.35%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A76B84 (or 0xA76B84) is known color: Tapestry. HEX triplet: A7, 6B and 84. RGB value is (167,107,132). Sum of RGB (Red+Green+Blue) = 167+107+132=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B84 is #58947B. Grayscale: #7F7F7F. Windows color (decimal): -5805180 or 8678311. OLE color: 8678311.

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

Color convert

RGB 167 107 132 -
CMYK 0 0.36 0.21 0.35
HSL 335º 0.25% 0.54% -
HSV(B) 335º 0.36% 0.65% -
XYZ 25.36 20.4 24.43 -
YUV 127.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 167 107 132 0 0.36 0.21 0.35 335 0.25 0.54
Hex A7 6B 84 0 24 15 23 14F 19 36
Octal 247 153 204 0 44 25 43 517 31 66
Binary 10100111 1101011 10000100 0 100100 10101 100011 101001111 11001 110110

Color Harmonies of #A76B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B84

Black with #A76B84

Text Example


Text Example

White with #A76B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B84; }

 p { color: rgb(167,107,132); }

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

background-color css

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

 a { background-color: rgb(167,107,132); }

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

border-color css

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

 span { border-color: rgb(167,107,132); }

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