#A7688A

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

Shades of Strikemaster #A7688A

Tints of Strikemaster #A7688A

Color information

#A7688A (or 0xA7688A) is unknown color: approx Strikemaster. HEX triplet: A7, 68 and 8A. RGB value is (167,104,138). Sum of RGB (Red+Green+Blue) = 167+104+138=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7688A is #589775. Grayscale: #7E7E7E. Windows color (decimal): -5805942 or 9070759. OLE color: 9070759.

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

Color convert

RGB167104138-
CMYK00.380.170.35
HSL327.62º26.36%53.14%-
HSV(B)327.62º37.72%65.49%-
XYZ25.4719.9526.55-
YUV126.71134.37156.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=40.83%
G=25.43%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710413800.380.170.35327.6226.3653.14
HexA7688A02611231481a35
Octal24715021204621435103265
Binary1010011111010001000101001001101000110001110100100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7688A; }

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

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

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

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

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

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

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

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