#A26889

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

Shades of Strikemaster #A26889

Tints of Strikemaster #A26889

Color information

#A26889 (or 0xA26889) is unknown color: approx Strikemaster. HEX triplet: A2, 68 and 89. RGB value is (162,104,137). Sum of RGB (Red+Green+Blue) = 162+104+137=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26889 is #5D9776. Grayscale: #7D7D7D. Windows color (decimal): -6133623 or 9005218. OLE color: 9005218.

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

Color convert

RGB162104137-
CMYK00.360.150.36
HSL325.86º23.77%52.16%-
HSV(B)325.86º35.8%63.53%-
XYZ24.3719.3926.12-
YUV125.1134.72154.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=40.20%
G=25.81%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210413700.360.150.36325.8623.7752.16
HexA26889024F241461834
Octal24215021104417445063064
Binary101000101101000100010010100100111110010010100011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26889; }

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

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

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

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

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

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

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

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