#A5678D

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

Shades of Strikemaster #A5678D

Tints of Strikemaster #A5678D

Color information

#A5678D (or 0xA5678D) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 8D. RGB value is (165,103,141). Sum of RGB (Red+Green+Blue) = 165+103+141=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678D is #5A9872. Grayscale: #7D7D7D. Windows color (decimal): -5937267 or 9267109. OLE color: 9267109.

HSL color Cylindrical-coordinate representation of color #A5678D: hue angle of 323.23º 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 #A5678D is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165103141-
CMYK00.380.150.35
HSL323.23º25.62%52.55%-
HSV(B)323.23º37.58%64.71%-
XYZ25.1819.6227.66-
YUV125.87136.54155.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=40.34%
G=25.18%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510314100.380.150.35323.2325.6252.55
HexA5678D026F231431a35
Octal24514721504617435033265
Binary101001011100111100011010100110111110001110100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5678D; }

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

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

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

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

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

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

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

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