#A8607B

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

Shades of Tapestry #A8607B

Tints of Tapestry #A8607B

Color information

#A8607B (or 0xA8607B) is unknown color: approx Tapestry. HEX triplet: A8, 60 and 7B. RGB value is (168,96,123). Sum of RGB (Red+Green+Blue) = 168+96+123=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A8607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8607B is #579F84. Grayscale: #787878. Windows color (decimal): -5742469 or 8085672. OLE color: 8085672.

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

Color convert

RGB16896123-
CMYK00.430.270.34
HSL337.5º29.27%51.76%-
HSV(B)337.5º42.86%65.88%-
XYZ23.9118.1220.98-
YUV120.61129.35161.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=43.41%
G=24.81%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689612300.430.270.34337.529.2751.76
HexA8607B02B1B221521d34
Octal25014017305333425223564
Binary101010001100000111101101010111101110001010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8607B; }

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

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

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

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

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

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

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

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