#A3698A

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

Shades of Strikemaster #A3698A

Tints of Strikemaster #A3698A

Color information

#A3698A (or 0xA3698A) is unknown color: approx Strikemaster. HEX triplet: A3, 69 and 8A. RGB value is (163,105,138). Sum of RGB (Red+Green+Blue) = 163+105+138=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3698A is #5C9675. Grayscale: #7E7E7E. Windows color (decimal): -6067830 or 9071011. OLE color: 9071011.

HSL color Cylindrical-coordinate representation of color #A3698A: hue angle of 325.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3698A is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163105138-
CMYK00.360.150.36
HSL325.86º23.97%52.55%-
HSV(B)325.86º35.58%63.92%-
XYZ24.7419.7226.55-
YUV126.1134.72154.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=40.15%
G=25.86%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310513800.360.150.36325.8623.9752.55
HexA3698A024F241461835
Octal24315121204417445063065
Binary101000111101001100010100100100111110010010100011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3698A; }

 p { color: rgb(163,105,138); }

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

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

 a { background-color: rgb(163,105,138); }

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

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

 span { border-color: rgb(163,105,138); }

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