#A36583

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

Shades of Strikemaster #A36583

Tints of Strikemaster #A36583

Color information

#A36583 (or 0xA36583) is unknown color: approx Strikemaster. HEX triplet: A3, 65 and 83. RGB value is (163,101,131). Sum of RGB (Red+Green+Blue) = 163+101+131=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A36583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36583 is #5C9A7C. Grayscale: #7A7A7A. Windows color (decimal): -6068861 or 8611235. OLE color: 8611235.

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

Color convert

RGB163101131-
CMYK00.380.200.36
HSL330.97º25.2%51.76%-
HSV(B)330.97º38.04%63.92%-
XYZ23.8518.7323.83-
YUV122.96132.54156.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=41.27%
G=25.57%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310113100.380.200.36330.9725.251.76
HexA36583026142414b1934
Octal24314520304624445133164
Binary1010001111001011000001101001101010010010010100101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36583; }

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

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

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

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

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

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

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

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