#A36389

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

Shades of Strikemaster #A36389

Tints of Strikemaster #A36389

Color information

#A36389 (or 0xA36389) is unknown color: approx Strikemaster. HEX triplet: A3, 63 and 89. RGB value is (163,99,137). Sum of RGB (Red+Green+Blue) = 163+99+137=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A36389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36389 is #5C9C76. Grayscale: #7A7A7A. Windows color (decimal): -6069367 or 9003939. OLE color: 9003939.

HSL color Cylindrical-coordinate representation of color #A36389: hue angle of 324.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36389 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16399137-
CMYK00.390.160.36
HSL324.38º25.81%51.37%-
HSV(B)324.38º39.26%63.92%-
XYZ24.0818.5225.97-
YUV122.47136.2156.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=40.85%
G=24.81%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639913700.390.160.36324.3825.8151.37
HexA3638902710241441a33
Octal24314321104720445043263
Binary1010001111000111000100101001111000010010010100010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36389; }

 p { color: rgb(163,99,137); }

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

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

 a { background-color: rgb(163,99,137); }

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

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

 span { border-color: rgb(163,99,137); }

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