Html Css Color HEX #A76E7E Tapestry

📋 copy color: '#A76E7E'

red 167 ◦ green 110 ◦ blue 126

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

Shades of Tapestry #A76E7E

Tints of Tapestry #A76E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 41.44%
G = 27.3%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A76E7E (or 0xA76E7E) is known color: Tapestry. HEX triplet: A7, 6E and 7E. RGB value is (167,110,126). Sum of RGB (Red+Green+Blue) = 167+110+126=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E7E is #589181. Grayscale: #808080. Windows color (decimal): -5804418 or 8285863. OLE color: 8285863.

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

Color convert

RGB 167 110 126 -
CMYK 0 0.34 0.25 0.35
HSL 343.16º 0.24% 0.54% -
HSV(B) 343.16º 0.34% 0.65% -
XYZ 25.28 20.87 22.44 -
YUV 128.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 167 110 126 0 0.34 0.25 0.35 343.16 0.24 0.54
Hex A7 6E 7E 0 22 19 23 157 18 36
Octal 247 156 176 0 42 31 43 527 30 66
Binary 10100111 1101110 1111110 0 100010 11001 100011 101010111 11000 110110

Color Harmonies of #A76E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E7E

Black with #A76E7E

Text Example


Text Example

White with #A76E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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