#A76F8A

Color #A76F8A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A76F8A

Tints of Tapestry #A76F8A

Color information

#A76F8A (or 0xA76F8A) is unknown color: approx Tapestry. HEX triplet: A7, 6F and 8A. RGB value is (167,111,138). Sum of RGB (Red+Green+Blue) = 167+111+138=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8A is #589075. Grayscale: #828282. Windows color (decimal): -5804150 or 9072551. OLE color: 9072551.

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

Color convert

RGB167111138-
CMYK00.340.170.35
HSL331.07º24.14%54.51%-
HSV(B)331.07º33.53%65.49%-
XYZ26.2121.4226.8-
YUV130.82132.05153.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=40.14%
G=26.68%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711113800.340.170.35331.0724.1454.51
HexA76F8A022112314b1837
Octal24715721204221435133067
Binary1010011111011111000101001000101000110001110100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F8A; }

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

 H1.HeaderClassName
 {
   color: #A76F8A;
 }
 .AnyTagClassName
 {
   color: #A76F8A;
 }
</style>
background-color css

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

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

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

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

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

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