#A4678D

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

Shades of Strikemaster #A4678D

Tints of Strikemaster #A4678D

Color information

#A4678D (or 0xA4678D) is unknown color: approx Strikemaster. HEX triplet: A4, 67 and 8D. RGB value is (164,103,141). Sum of RGB (Red+Green+Blue) = 164+103+141=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4678D is #5B9872. Grayscale: #7D7D7D. Windows color (decimal): -6002803 or 9267108. OLE color: 9267108.

HSL color Cylindrical-coordinate representation of color #A4678D: hue angle of 322.62º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4678D is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB164103141-
CMYK00.370.140.36
HSL322.62º25.1%52.35%-
HSV(B)322.62º37.2%64.31%-
XYZ24.9719.5227.65-
YUV125.57136.71155.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=40.20%
G=25.25%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410314100.370.140.36322.6225.152.35
HexA4678D025E241431934
Octal24414721504516445033164
Binary101001001100111100011010100101111010010010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4678D; }

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

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

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

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

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

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

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

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