#A36A84

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

Shades of Strikemaster #A36A84

Tints of Strikemaster #A36A84

Color information

#A36A84 (or 0xA36A84) is unknown color: approx Strikemaster. HEX triplet: A3, 6A and 84. RGB value is (163,106,132). Sum of RGB (Red+Green+Blue) = 163+106+132=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A84 is #5C957B. Grayscale: #7D7D7D. Windows color (decimal): -6067580 or 8678051. OLE color: 8678051.

HSL color Cylindrical-coordinate representation of color #A36A84: hue angle of 332.63º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A84 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB163106132-
CMYK00.350.190.36
HSL332.63º23.65%52.75%-
HSV(B)332.63º34.97%63.92%-
XYZ24.4219.7624.36-
YUV126.01131.38154.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=40.65%
G=26.43%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310613200.350.190.36332.6323.6552.75
HexA36A84023132414d1835
Octal24315220404323445153065
Binary1010001111010101000010001000111001110010010100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A84; }

 p { color: rgb(163,106,132); }

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

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

 a { background-color: rgb(163,106,132); }

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

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

 span { border-color: rgb(163,106,132); }

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