#A36986

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

Shades of Strikemaster #A36986

Tints of Strikemaster #A36986

Color information

#A36986 (or 0xA36986) is unknown color: approx Strikemaster. HEX triplet: A3, 69 and 86. RGB value is (163,105,134). Sum of RGB (Red+Green+Blue) = 163+105+134=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A36986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36986 is #5C9679. Grayscale: #7D7D7D. Windows color (decimal): -6067834 or 8808867. OLE color: 8808867.

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

Color convert

RGB163105134-
CMYK00.360.180.36
HSL330º23.97%52.55%-
HSV(B)330º35.58%63.92%-
XYZ24.4619.6125.05-
YUV125.65132.72154.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=40.55%
G=26.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310513400.360.180.3633023.9752.55
HexA36986024122414a1835
Octal24315120604422445123065
Binary1010001111010011000011001001001001010010010100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36986; }

 p { color: rgb(163,105,134); }

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

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

 a { background-color: rgb(163,105,134); }

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

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

 span { border-color: rgb(163,105,134); }

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