#A2687E

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

Shades of Strikemaster #A2687E

Tints of Strikemaster #A2687E

Color information

#A2687E (or 0xA2687E) is unknown color: approx Strikemaster. HEX triplet: A2, 68 and 7E. RGB value is (162,104,126). Sum of RGB (Red+Green+Blue) = 162+104+126=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2687E is #5D9781. Grayscale: #7B7B7B. Windows color (decimal): -6133634 or 8284322. OLE color: 8284322.

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

Color convert

RGB162104126-
CMYK00.360.220.36
HSL337.24º23.77%52.16%-
HSV(B)337.24º35.8%63.53%-
XYZ23.6219.0922.18-
YUV123.85129.22155.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=41.33%
G=26.53%
B=32.14%

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
Decimal16210412600.360.220.36337.2423.7752.16
HexA2687E02416241511834
Octal24215017604426445213064
Binary101000101101000111111001001001011010010010101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2687E; }

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

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

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

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

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

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

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

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