#A26782

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

Shades of Strikemaster #A26782

Tints of Strikemaster #A26782

Color information

#A26782 (or 0xA26782) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 82. RGB value is (162,103,130). Sum of RGB (Red+Green+Blue) = 162+103+130=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26782 is #5D987D. Grayscale: #7B7B7B. Windows color (decimal): -6133886 or 8546210. OLE color: 8546210.

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

Color convert

RGB162103130-
CMYK00.360.200.36
HSL332.54º24.08%51.96%-
HSV(B)332.54º36.42%63.53%-
XYZ23.7818.9923.53-
YUV123.72131.55155.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=41.01%
G=26.08%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210313000.360.200.36332.5424.0851.96
HexA26782024142414d1834
Octal24214720204424445153064
Binary1010001011001111000001001001001010010010010100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26782; }

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

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

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

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

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

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

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

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