#A26382

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

Shades of Strikemaster #A26382

Tints of Strikemaster #A26382

Color information

#A26382 (or 0xA26382) is unknown color: approx Strikemaster. HEX triplet: A2, 63 and 82. RGB value is (162,99,130). Sum of RGB (Red+Green+Blue) = 162+99+130=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A26382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26382 is #5D9C7D. Grayscale: #797979. Windows color (decimal): -6134910 or 8545186. OLE color: 8545186.

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

Color convert

RGB16299130-
CMYK00.390.200.36
HSL330.48º25.3%51.18%-
HSV(B)330.48º38.89%63.53%-
XYZ23.3918.2223.4-
YUV121.37132.87156.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=41.43%
G=25.32%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629913000.390.200.36330.4825.351.18
HexA26382027142414a1933
Octal24214320204724445123163
Binary1010001011000111000001001001111010010010010100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26382; }

 p { color: rgb(162,99,130); }

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

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

 a { background-color: rgb(162,99,130); }

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

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

 span { border-color: rgb(162,99,130); }

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