#A8617B

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

Shades of Tapestry #A8617B

Tints of Tapestry #A8617B

Color information

#A8617B (or 0xA8617B) is unknown color: approx Tapestry. HEX triplet: A8, 61 and 7B. RGB value is (168,97,123). Sum of RGB (Red+Green+Blue) = 168+97+123=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8617B is #579E84. Grayscale: #797979. Windows color (decimal): -5742213 or 8085928. OLE color: 8085928.

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

Color convert

RGB16897123-
CMYK00.420.270.34
HSL338.03º28.98%51.96%-
HSV(B)338.03º42.26%65.88%-
XYZ2418.321.01-
YUV121.19129.02161.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=43.30%
G=25%
B=31.70%

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
Decimal1689712300.420.270.34338.0328.9851.96
HexA8617B02A1B221521d34
Octal25014117305233425223564
Binary101010001100001111101101010101101110001010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8617B; }

 p { color: rgb(168,97,123); }

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

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

 a { background-color: rgb(168,97,123); }

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

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

 span { border-color: rgb(168,97,123); }

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