#A27086

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

Shades of Strikemaster #A27086

Tints of Strikemaster #A27086

Color information

#A27086 (or 0xA27086) is unknown color: approx Strikemaster. HEX triplet: A2, 70 and 86. RGB value is (162,112,134). Sum of RGB (Red+Green+Blue) = 162+112+134=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27086 is #5D8F79. Grayscale: #818181. Windows color (decimal): -6131578 or 8810658. OLE color: 8810658.

HSL color Cylindrical-coordinate representation of color #A27086: hue angle of 333.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27086 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB162112134-
CMYK00.310.170.36
HSL333.6º21.19%53.73%-
HSV(B)333.6º30.86%63.53%-
XYZ2520.9925.29-
YUV129.46130.56151.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=39.71%
G=27.45%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211213400.310.170.36333.621.1953.73
HexA2708601F112414e1536
Octal24216020603721445162566
Binary101000101110000100001100111111000110010010100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27086; }

 p { color: rgb(162,112,134); }

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

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

 a { background-color: rgb(162,112,134); }

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

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

 span { border-color: rgb(162,112,134); }

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