#A8637D

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

Shades of Tapestry #A8637D

Tints of Tapestry #A8637D

Color information

#A8637D (or 0xA8637D) is unknown color: approx Tapestry. HEX triplet: A8, 63 and 7D. RGB value is (168,99,125). Sum of RGB (Red+Green+Blue) = 168+99+125=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8637D is #579C82. Grayscale: #7A7A7A. Windows color (decimal): -5741699 or 8217512. OLE color: 8217512.

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

Color convert

RGB16899125-
CMYK00.410.260.34
HSL337.39º28.4%52.35%-
HSV(B)337.39º41.07%65.88%-
XYZ24.3118.7321.74-
YUV122.6129.36160.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=42.86%
G=25.26%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689912500.410.260.34337.3928.452.35
HexA8637D0291A221511c34
Octal25014317505132425213464
Binary101010001100011111110101010011101010001010101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8637D; }

 p { color: rgb(168,99,125); }

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

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

 a { background-color: rgb(168,99,125); }

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

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

 span { border-color: rgb(168,99,125); }

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