#A5677F

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

Shades of Tapestry #A5677F

Tints of Tapestry #A5677F

Color information

#A5677F (or 0xA5677F) is unknown color: approx Tapestry. HEX triplet: A5, 67 and 7F. RGB value is (165,103,127). Sum of RGB (Red+Green+Blue) = 165+103+127=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677F is #5A9880. Grayscale: #7C7C7C. Windows color (decimal): -5937281 or 8349605. OLE color: 8349605.

HSL color Cylindrical-coordinate representation of color #A5677F: hue angle of 336.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5677F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165103127-
CMYK00.380.230.35
HSL336.77º25.62%52.55%-
HSV(B)336.77º37.58%64.71%-
XYZ24.219.2322.52-
YUV124.27129.54157.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 127 (50% from 255) = 32.15%
R=41.77%
G=26.08%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510312700.380.230.35336.7725.6252.55
HexA5677F02617231511a35
Octal24514717704627435213265
Binary101001011100111111111101001101011110001110101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5677F; }

 p { color: rgb(165,103,127); }

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

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

 a { background-color: rgb(165,103,127); }

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

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

 span { border-color: rgb(165,103,127); }

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