#A26982

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

Shades of Strikemaster #A26982

Tints of Strikemaster #A26982

Color information

#A26982 (or 0xA26982) is unknown color: approx Strikemaster. HEX triplet: A2, 69 and 82. RGB value is (162,105,130). Sum of RGB (Red+Green+Blue) = 162+105+130=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26982 is #5D967D. Grayscale: #7C7C7C. Windows color (decimal): -6133374 or 8546722. OLE color: 8546722.

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

Color convert

RGB162105130-
CMYK00.350.200.36
HSL333.68º23.46%52.35%-
HSV(B)333.68º35.19%63.53%-
XYZ23.9819.423.6-
YUV124.89130.88154.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=40.81%
G=26.45%
B=32.75%

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
Decimal16210513000.350.200.36333.6823.4652.35
HexA26982023142414e1734
Octal24215120204324445162764
Binary1010001011010011000001001000111010010010010100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26982; }

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

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

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

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

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

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

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

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