#A8627A

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

Shades of Tapestry #A8627A

Tints of Tapestry #A8627A

Color information

#A8627A (or 0xA8627A) is unknown color: approx Tapestry. HEX triplet: A8, 62 and 7A. RGB value is (168,98,122). Sum of RGB (Red+Green+Blue) = 168+98+122=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8627A is #579D85. Grayscale: #797979. Windows color (decimal): -5741958 or 8020648. OLE color: 8020648.

HSL color Cylindrical-coordinate representation of color #A8627A: hue angle of 339.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8627A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16898122-
CMYK00.420.270.34
HSL339.43º28.69%52.16%-
HSV(B)339.43º41.67%65.88%-
XYZ24.0318.4720.71-
YUV121.67128.19161.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=43.30%
G=25.26%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689812200.420.270.34339.4328.6952.16
HexA8627A02A1B221531d34
Octal25014217205233425233564
Binary101010001100010111101001010101101110001010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8627A; }

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

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

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

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

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

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

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

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