#A36585

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

Shades of Strikemaster #A36585

Tints of Strikemaster #A36585

Color information

#A36585 (or 0xA36585) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 85. RGB value is (163,101,133). Sum of RGB (Red+Green+Blue) = 163+101+133=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36585 is #5C9A7A. Grayscale: #7B7B7B. Windows color (decimal): -6068859 or 8742307. OLE color: 8742307.

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

Color convert

RGB163101133-
CMYK00.380.180.36
HSL329.03º25.2%51.76%-
HSV(B)329.03º38.04%63.92%-
XYZ23.9918.7924.55-
YUV123.19133.54156.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=41.06%
G=25.44%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310113300.380.180.36329.0325.251.76
HexA3658502612241491934
Octal24314520504622445113164
Binary1010001111001011000010101001101001010010010100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36585; }

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

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

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

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

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

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

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

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