#A26085

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

Shades of Strikemaster #A26085

Tints of Strikemaster #A26085

Color information

#A26085 (or 0xA26085) is unknown color: approx Strikemaster. HEX triplet: A2, 60 and 85. RGB value is (162,96,133). Sum of RGB (Red+Green+Blue) = 162+96+133=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A26085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26085 is #5D9F7A. Grayscale: #777777. Windows color (decimal): -6135675 or 8741026. OLE color: 8741026.

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

Color convert

RGB16296133-
CMYK00.410.180.36
HSL326.36º26.19%50.59%-
HSV(B)326.36º40.74%63.53%-
XYZ23.3217.7424.39-
YUV119.95135.37157.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=41.43%
G=24.55%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629613300.410.180.36326.3626.1950.59
HexA2608502912241461a33
Octal24214020505122445063263
Binary1010001011000001000010101010011001010010010100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26085; }

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

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

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

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

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

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

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

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