#A26786

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

Shades of Strikemaster #A26786

Tints of Strikemaster #A26786

Color information

#A26786 (or 0xA26786) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 86. RGB value is (162,103,134). Sum of RGB (Red+Green+Blue) = 162+103+134=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A26786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26786 is #5D9879. Grayscale: #7C7C7C. Windows color (decimal): -6133882 or 8808354. OLE color: 8808354.

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

Color convert

RGB162103134-
CMYK00.360.170.36
HSL328.47º24.08%51.96%-
HSV(B)328.47º36.42%63.53%-
XYZ24.0519.124.97-
YUV124.18133.55154.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=40.60%
G=25.81%
B=33.58%

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
Decimal16210313400.360.170.36328.4724.0851.96
HexA2678602411241481834
Octal24214720604421445103064
Binary1010001011001111000011001001001000110010010100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26786; }

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

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

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

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

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

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

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

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