#A3658D

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

Shades of Strikemaster #A3658D

Tints of Strikemaster #A3658D

Color information

#A3658D (or 0xA3658D) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 8D. RGB value is (163,101,141). Sum of RGB (Red+Green+Blue) = 163+101+141=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658D is #5C9A72. Grayscale: #7C7C7C. Windows color (decimal): -6068851 or 9266595. OLE color: 9266595.

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

Color convert

RGB163101141-
CMYK00.380.130.36
HSL321.29º25.2%51.76%-
HSV(B)321.29º38.04%63.92%-
XYZ24.5719.0227.58-
YUV124.1137.54155.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=40.25%
G=24.94%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310114100.380.130.36321.2925.251.76
HexA3658D026D241411934
Octal24314521504615445013164
Binary101000111100101100011010100110110110010010100000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3658D; }

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

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

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

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

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

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

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

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