#A5678A

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

Shades of Strikemaster #A5678A

Tints of Strikemaster #A5678A

Color information

#A5678A (or 0xA5678A) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 8A. RGB value is (165,103,138). Sum of RGB (Red+Green+Blue) = 165+103+138=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678A is #5A9875. Grayscale: #7D7D7D. Windows color (decimal): -5937270 or 9070501. OLE color: 9070501.

HSL color Cylindrical-coordinate representation of color #A5678A: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5678A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165103138-
CMYK00.380.160.35
HSL326.13º25.62%52.55%-
HSV(B)326.13º37.58%64.71%-
XYZ24.9519.5326.5-
YUV125.53135.04156.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=40.64%
G=25.37%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313800.380.160.35326.1325.6252.55
HexA5678A02610231461a35
Octal24514721204620435063265
Binary1010010111001111000101001001101000010001110100011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5678A; }

 p { color: rgb(165,103,138); }

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

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

 a { background-color: rgb(165,103,138); }

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

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

 span { border-color: rgb(165,103,138); }

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