#A17386

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

Shades of Strikemaster #A17386

Tints of Strikemaster #A17386

Color information

#A17386 (or 0xA17386) is unknown color: approx Strikemaster. HEX triplet: A1, 73 and 86. RGB value is (161,115,134). Sum of RGB (Red+Green+Blue) = 161+115+134=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17386 is #5E8C79. Grayscale: #828282. Windows color (decimal): -6196346 or 8811425. OLE color: 8811425.

HSL color Cylindrical-coordinate representation of color #A17386: hue angle of 335.22º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17386 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161115134-
CMYK00.290.170.37
HSL335.22º19.66%54.12%-
HSV(B)335.22º28.57%63.14%-
XYZ25.1321.5625.39-
YUV130.92129.74149.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=39.27%
G=28.05%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111513400.290.170.37335.2219.6654.12
HexA1738601D112514f1436
Octal24116320603521455172466
Binary101000011110011100001100111011000110010110100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17386; }

 p { color: rgb(161,115,134); }

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

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

 a { background-color: rgb(161,115,134); }

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

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

 span { border-color: rgb(161,115,134); }

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