#A26A81

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

Shades of Strikemaster #A26A81

Tints of Strikemaster #A26A81

Color information

#A26A81 (or 0xA26A81) is unknown color: approx Strikemaster. HEX triplet: A2, 6A and 81. RGB value is (162,106,129). Sum of RGB (Red+Green+Blue) = 162+106+129=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26A81 is #5D957E. Grayscale: #7D7D7D. Windows color (decimal): -6133119 or 8481442. OLE color: 8481442.

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

Color convert

RGB162106129-
CMYK00.350.200.36
HSL335.36º23.14%52.55%-
HSV(B)335.36º34.57%63.53%-
XYZ24.0219.5723.28-
YUV125.37130.05154.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=40.81%
G=26.70%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210612900.350.200.36335.3623.1452.55
HexA26A81023142414f1735
Octal24215220104324445172765
Binary1010001011010101000000101000111010010010010100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A81; }

 p { color: rgb(162,106,129); }

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

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

 a { background-color: rgb(162,106,129); }

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

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

 span { border-color: rgb(162,106,129); }

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