#A5627A

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

Shades of Tapestry #A5627A

Tints of Tapestry #A5627A

Color information

#A5627A (or 0xA5627A) is unknown color: approx Tapestry. HEX triplet: A5, 62 and 7A. RGB value is (165,98,122). Sum of RGB (Red+Green+Blue) = 165+98+122=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5627A is #5A9D85. Grayscale: #787878. Windows color (decimal): -5938566 or 8020645. OLE color: 8020645.

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

Color convert

RGB16598122-
CMYK00.410.260.35
HSL338.51º27.13%51.57%-
HSV(B)338.51º40.61%64.71%-
XYZ23.418.1420.68-
YUV120.77128.7159.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=42.86%
G=25.45%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659812200.410.260.35338.5127.1351.57
HexA5627A0291A231531b34
Octal24514217205132435233364
Binary101001011100010111101001010011101010001110101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5627A; }

 p { color: rgb(165,98,122); }

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

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

 a { background-color: rgb(165,98,122); }

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

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

 span { border-color: rgb(165,98,122); }

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