#A26E89

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

Shades of Strikemaster #A26E89

Tints of Strikemaster #A26E89

Color information

#A26E89 (or 0xA26E89) is unknown color: approx Strikemaster. HEX triplet: A2, 6E and 89. RGB value is (162,110,137). Sum of RGB (Red+Green+Blue) = 162+110+137=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E89 is #5D9176. Grayscale: #808080. Windows color (decimal): -6132087 or 9006754. OLE color: 9006754.

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

Color convert

RGB162110137-
CMYK00.320.150.36
HSL328.85º21.85%53.33%-
HSV(B)328.85º32.1%63.53%-
XYZ24.9920.6426.33-
YUV128.63132.73151.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=39.61%
G=26.89%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211013700.320.150.36328.8521.8553.33
HexA26E89020F241491635
Octal24215621104017445112665
Binary101000101101110100010010100000111110010010100100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E89; }

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

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

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

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

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

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

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

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