#A26986

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

Shades of Strikemaster #A26986

Tints of Strikemaster #A26986

Color information

#A26986 (or 0xA26986) is unknown color: approx Strikemaster. HEX triplet: A2, 69 and 86. RGB value is (162,105,134). Sum of RGB (Red+Green+Blue) = 162+105+134=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A26986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26986 is #5D9679. Grayscale: #7D7D7D. Windows color (decimal): -6133370 or 8808866. OLE color: 8808866.

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

Color convert

RGB162105134-
CMYK00.350.170.36
HSL329.47º23.46%52.35%-
HSV(B)329.47º35.19%63.53%-
XYZ24.2519.5125.04-
YUV125.35132.88154.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=40.40%
G=26.18%
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
Decimal16210513400.350.170.36329.4723.4652.35
HexA2698602311241491734
Octal24215120604321445112764
Binary1010001011010011000011001000111000110010010100100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26986; }

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

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

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

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

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

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

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

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