#A26489

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

Shades of Strikemaster #A26489

Tints of Strikemaster #A26489

Color information

#A26489 (or 0xA26489) is unknown color: approx Strikemaster. HEX triplet: A2, 64 and 89. RGB value is (162,100,137). Sum of RGB (Red+Green+Blue) = 162+100+137=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A26489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26489 is #5D9B76. Grayscale: #7A7A7A. Windows color (decimal): -6134647 or 9004194. OLE color: 9004194.

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

Color convert

RGB162100137-
CMYK00.380.150.36
HSL324.19º25%51.37%-
HSV(B)324.19º38.27%63.53%-
XYZ23.9718.625.99-
YUV122.76136.04155.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=40.60%
G=25.06%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210013700.380.150.36324.192551.37
HexA26489026F241441933
Octal24214421104617445043163
Binary101000101100100100010010100110111110010010100010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26489; }

 p { color: rgb(162,100,137); }

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

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

 a { background-color: rgb(162,100,137); }

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

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

 span { border-color: rgb(162,100,137); }

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