#A37086

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

Shades of Strikemaster #A37086

Tints of Strikemaster #A37086

Color information

#A37086 (or 0xA37086) is unknown color: approx Strikemaster. HEX triplet: A3, 70 and 86. RGB value is (163,112,134). Sum of RGB (Red+Green+Blue) = 163+112+134=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37086 is #5C8F79. Grayscale: #818181. Windows color (decimal): -6066042 or 8810659. OLE color: 8810659.

HSL color Cylindrical-coordinate representation of color #A37086: hue angle of 334.12º degrees, saturation: 0.22, 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 #A37086 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163112134-
CMYK00.310.180.36
HSL334.12º21.7%53.92%-
HSV(B)334.12º31.29%63.92%-
XYZ25.221.125.3-
YUV129.76130.4151.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=39.85%
G=27.38%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311213400.310.180.36334.1221.753.92
HexA3708601F122414e1636
Octal24316020603722445162666
Binary101000111110000100001100111111001010010010100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37086; }

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

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

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

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

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

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

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

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