#A5658D

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

Shades of Strikemaster #A5658D

Tints of Strikemaster #A5658D

Color information

#A5658D (or 0xA5658D) is unknown color: approx Strikemaster. HEX triplet: A5, 65 and 8D. RGB value is (165,101,141). Sum of RGB (Red+Green+Blue) = 165+101+141=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5658D is #5A9A72. Grayscale: #7C7C7C. Windows color (decimal): -5937779 or 9266597. OLE color: 9266597.

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

Color convert

RGB165101141-
CMYK00.390.150.35
HSL322.5º26.23%52.16%-
HSV(B)322.5º38.79%64.71%-
XYZ24.9819.2327.59-
YUV124.7137.2156.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=40.54%
G=24.82%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510114100.390.150.35322.526.2352.16
HexA5658D027F231421a34
Octal24514521504717435023264
Binary101001011100101100011010100111111110001110100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5658D; }

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

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

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

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

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

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

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

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