#A36A87

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

Shades of Strikemaster #A36A87

Tints of Strikemaster #A36A87

Color information

#A36A87 (or 0xA36A87) is unknown color: approx Strikemaster. HEX triplet: A3, 6A and 87. RGB value is (163,106,135). Sum of RGB (Red+Green+Blue) = 163+106+135=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A87 is #5C9578. Grayscale: #7E7E7E. Windows color (decimal): -6067577 or 8874659. OLE color: 8874659.

HSL color Cylindrical-coordinate representation of color #A36A87: hue angle of 329.47º 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 #A36A87 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163106135-
CMYK00.350.170.36
HSL329.47º23.65%52.75%-
HSV(B)329.47º34.97%63.92%-
XYZ24.6319.8425.45-
YUV126.35132.88154.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=40.35%
G=26.24%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310613500.350.170.36329.4723.6552.75
HexA36A8702311241491835
Octal24315220704321445113065
Binary1010001111010101000011101000111000110010010100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A87; }

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

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

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

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

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

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

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

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