Html Css Color HEX #A76E89 Tapestry

📋 copy color: '#A76E89'

red 167 ◦ green 110 ◦ blue 137

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

Shades of Tapestry #A76E89

Tints of Tapestry #A76E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 40.34%
G = 26.57%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A76E89 (or 0xA76E89) is known color: Tapestry. HEX triplet: A7, 6E and 89. RGB value is (167,110,137). Sum of RGB (Red+Green+Blue) = 167+110+137=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E89 is #589176. Grayscale: #828282. Windows color (decimal): -5804407 or 9006759. OLE color: 9006759.

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

Color convert

RGB 167 110 137 -
CMYK 0 0.34 0.18 0.35
HSL 331.58º 0.24% 0.54% -
HSV(B) 331.58º 0.34% 0.65% -
XYZ 26.03 21.17 26.38 -
YUV 130.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 167 110 137 0 0.34 0.18 0.35 331.58 0.24 0.54
Hex A7 6E 89 0 22 12 23 14C 18 36
Octal 247 156 211 0 42 22 43 514 30 66
Binary 10100111 1101110 10001001 0 100010 10010 100011 101001100 11000 110110

Color Harmonies of #A76E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E89

Black with #A76E89

Text Example


Text Example

White with #A76E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E89; }

 p { color: rgb(167,110,137); }

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

background-color css

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

 a { background-color: rgb(167,110,137); }

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

border-color css

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

 span { border-color: rgb(167,110,137); }

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