#A26385

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

Shades of Strikemaster #A26385

Tints of Strikemaster #A26385

Color information

#A26385 (or 0xA26385) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 85. RGB value is (162,99,133). Sum of RGB (Red+Green+Blue) = 162+99+133=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A26385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26385 is #5D9C7A. Grayscale: #797979. Windows color (decimal): -6134907 or 8741794. OLE color: 8741794.

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

Color convert

RGB16299133-
CMYK00.390.180.36
HSL327.62º25.3%51.18%-
HSV(B)327.62º38.89%63.53%-
XYZ23.618.324.48-
YUV121.71134.37156.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=41.12%
G=25.13%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629913300.390.180.36327.6225.351.18
HexA2638502712241481933
Octal24214320504722445103163
Binary1010001011000111000010101001111001010010010100100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26385; }

 p { color: rgb(162,99,133); }

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

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

 a { background-color: rgb(162,99,133); }

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

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

 span { border-color: rgb(162,99,133); }

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