#A36580

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

Shades of Strikemaster #A36580

Tints of Strikemaster #A36580

Color information

#A36580 (or 0xA36580) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 80. RGB value is (163,101,128). Sum of RGB (Red+Green+Blue) = 163+101+128=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A36580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36580 is #5C9A7F. Grayscale: #7A7A7A. Windows color (decimal): -6068864 or 8414627. OLE color: 8414627.

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

Color convert

RGB163101128-
CMYK00.380.210.36
HSL333.87º25.2%51.76%-
HSV(B)333.87º38.04%63.92%-
XYZ23.6518.6522.78-
YUV122.62131.04156.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=41.58%
G=25.77%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310112800.380.210.36333.8725.251.76
HexA36580026152414e1934
Octal24314520004625445163164
Binary1010001111001011000000001001101010110010010100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36580; }

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

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

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

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

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

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

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

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