#A36A7E

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

Shades of Tapestry #A36A7E

Tints of Tapestry #A36A7E

Color information

#A36A7E (or 0xA36A7E) is unknown color: approx Tapestry. HEX triplet: A3, 6A and 7E. RGB value is (163,106,126). Sum of RGB (Red+Green+Blue) = 163+106+126=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A7E is #5C9581. Grayscale: #7D7D7D. Windows color (decimal): -6067586 or 8284835. OLE color: 8284835.

HSL color Cylindrical-coordinate representation of color #A36A7E: hue angle of 338.95º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A7E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163106126-
CMYK00.350.230.36
HSL338.95º23.65%52.75%-
HSV(B)338.95º34.97%63.92%-
XYZ24.0219.622.26-
YUV125.32128.38154.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=41.27%
G=26.84%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310612600.350.230.36338.9523.6552.75
HexA36A7E02317241531835
Octal24315217604327445233065
Binary101000111101010111111001000111011110010010101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A7E; }

 p { color: rgb(163,106,126); }

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

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

 a { background-color: rgb(163,106,126); }

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

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

 span { border-color: rgb(163,106,126); }

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