#A26083

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

Shades of Strikemaster #A26083

Tints of Strikemaster #A26083

Color information

#A26083 (or 0xA26083) is unknown color: approx Strikemaster. HEX triplet: A2, 60 and 83. RGB value is (162,96,131). Sum of RGB (Red+Green+Blue) = 162+96+131=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A26083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26083 is #5D9F7C. Grayscale: #777777. Windows color (decimal): -6135677 or 8609954. OLE color: 8609954.

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

Color convert

RGB16296131-
CMYK00.410.190.36
HSL328.18º26.19%50.59%-
HSV(B)328.18º40.74%63.53%-
XYZ23.1817.6923.66-
YUV119.72134.37158.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=41.65%
G=24.68%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629613100.410.190.36328.1826.1950.59
HexA2608302913241481a33
Octal24214020305123445103263
Binary1010001011000001000001101010011001110010010100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26083; }

 p { color: rgb(162,96,131); }

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

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

 a { background-color: rgb(162,96,131); }

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

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

 span { border-color: rgb(162,96,131); }

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