#A36989

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

Shades of Strikemaster #A36989

Tints of Strikemaster #A36989

Color information

#A36989 (or 0xA36989) is unknown color: approx Strikemaster. HEX triplet: A3, 69 and 89. RGB value is (163,105,137). Sum of RGB (Red+Green+Blue) = 163+105+137=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A36989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36989 is #5C9676. Grayscale: #7D7D7D. Windows color (decimal): -6067831 or 9005475. OLE color: 9005475.

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

Color convert

RGB163105137-
CMYK00.360.160.36
HSL326.9º23.97%52.55%-
HSV(B)326.9º35.58%63.92%-
XYZ24.6719.726.17-
YUV125.99134.22154.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=40.25%
G=25.93%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310513700.360.160.36326.923.9752.55
HexA3698902410241471835
Octal24315121104420445073065
Binary1010001111010011000100101001001000010010010100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36989; }

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

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

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

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

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

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

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

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