#A2687F

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

Shades of Strikemaster #A2687F

Tints of Strikemaster #A2687F

Color information

#A2687F (or 0xA2687F) is unknown color: approx Strikemaster. HEX triplet: A2, 68 and 7F. RGB value is (162,104,127). Sum of RGB (Red+Green+Blue) = 162+104+127=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2687F is #5D9780. Grayscale: #7B7B7B. Windows color (decimal): -6133633 or 8349858. OLE color: 8349858.

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

Color convert

RGB162104127-
CMYK00.360.220.36
HSL336.21º23.77%52.16%-
HSV(B)336.21º35.8%63.53%-
XYZ23.6819.1122.52-
YUV123.96129.72155.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 127 (50% from 255) = 32.32%
R=41.22%
G=26.46%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210412700.360.220.36336.2123.7752.16
HexA2687F02416241501834
Octal24215017704426445203064
Binary101000101101000111111101001001011010010010101000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2687F; }

 p { color: rgb(162,104,127); }

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

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

 a { background-color: rgb(162,104,127); }

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

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

 span { border-color: rgb(162,104,127); }

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