#A7668A

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

Shades of Strikemaster #A7668A

Tints of Strikemaster #A7668A

Color information

#A7668A (or 0xA7668A) is unknown color: approx Strikemaster. HEX triplet: A7, 66 and 8A. RGB value is (167,102,138). Sum of RGB (Red+Green+Blue) = 167+102+138=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7668A is #589975. Grayscale: #7D7D7D. Windows color (decimal): -5806454 or 9070247. OLE color: 9070247.

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

Color convert

RGB167102138-
CMYK00.390.170.35
HSL326.77º26.97%52.75%-
HSV(B)326.77º38.92%65.49%-
XYZ25.2819.5526.49-
YUV125.54135.03157.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=41.03%
G=25.06%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710213800.390.170.35326.7726.9752.75
HexA7668A02711231471b35
Octal24714621204721435073365
Binary1010011111001101000101001001111000110001110100011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7668A; }

 p { color: rgb(167,102,138); }

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

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

 a { background-color: rgb(167,102,138); }

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

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

 span { border-color: rgb(167,102,138); }

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