#A7658D

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

Shades of Strikemaster #A7658D

Tints of Strikemaster #A7658D

Color information

#A7658D (or 0xA7658D) is unknown color: approx Strikemaster. HEX triplet: A7, 65 and 8D. RGB value is (167,101,141). Sum of RGB (Red+Green+Blue) = 167+101+141=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7658D is #589A72. Grayscale: #7D7D7D. Windows color (decimal): -5806707 or 9266599. OLE color: 9266599.

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

Color convert

RGB167101141-
CMYK00.400.160.35
HSL323.64º27.27%52.55%-
HSV(B)323.64º39.52%65.49%-
XYZ25.419.4527.61-
YUV125.29136.87157.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=40.83%
G=24.69%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710114100.400.160.35323.6427.2752.55
HexA7658D02810231441b35
Octal24714521505020435043365
Binary1010011111001011000110101010001000010001110100010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7658D; }

 p { color: rgb(167,101,141); }

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

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

 a { background-color: rgb(167,101,141); }

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

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

 span { border-color: rgb(167,101,141); }

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