#A76481

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

Shades of Tapestry #A76481

Tints of Tapestry #A76481

Color information

#A76481 (or 0xA76481) is unknown color: approx Tapestry. HEX triplet: A7, 64 and 81. RGB value is (167,100,129). Sum of RGB (Red+Green+Blue) = 167+100+129=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A76481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76481 is #589B7E. Grayscale: #7B7B7B. Windows color (decimal): -5806975 or 8479911. OLE color: 8479911.

HSL color Cylindrical-coordinate representation of color #A76481: hue angle of 334.03º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76481 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167100129-
CMYK00.400.230.35
HSL334.03º27.57%52.35%-
HSV(B)334.03º40.12%65.49%-
XYZ24.4618.9123.13-
YUV123.34131.2159.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=42.17%
G=25.25%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710012900.400.230.35334.0327.5752.35
HexA76481028172314e1c34
Octal24714420105027435163464
Binary1010011111001001000000101010001011110001110100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76481; }

 p { color: rgb(167,100,129); }

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

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

 a { background-color: rgb(167,100,129); }

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

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

 span { border-color: rgb(167,100,129); }

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