#A36987

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

Shades of Strikemaster #A36987

Tints of Strikemaster #A36987

Color information

#A36987 (or 0xA36987) is unknown color: approx Strikemaster. HEX triplet: A3, 69 and 87. RGB value is (163,105,135). Sum of RGB (Red+Green+Blue) = 163+105+135=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A36987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36987 is #5C9678. Grayscale: #7D7D7D. Windows color (decimal): -6067833 or 8874403. OLE color: 8874403.

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

Color convert

RGB163105135-
CMYK00.360.170.36
HSL328.97º23.97%52.55%-
HSV(B)328.97º35.58%63.92%-
XYZ24.5319.6425.42-
YUV125.76133.22154.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=40.45%
G=26.05%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310513500.360.170.36328.9723.9752.55
HexA3698702411241491835
Octal24315120704421445113065
Binary1010001111010011000011101001001000110010010100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36987; }

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

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

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

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

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

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

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

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