#A36A81

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

Shades of Strikemaster #A36A81

Tints of Strikemaster #A36A81

Color information

#A36A81 (or 0xA36A81) is unknown color: approx Strikemaster. HEX triplet: A3, 6A and 81. RGB value is (163,106,129). Sum of RGB (Red+Green+Blue) = 163+106+129=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A81 is #5C957E. Grayscale: #7D7D7D. Windows color (decimal): -6067583 or 8481443. OLE color: 8481443.

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

Color convert

RGB163106129-
CMYK00.350.210.36
HSL335.79º23.65%52.75%-
HSV(B)335.79º34.97%63.92%-
XYZ24.2219.6823.29-
YUV125.66129.88154.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=40.95%
G=26.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310612900.350.210.36335.7923.6552.75
HexA36A8102315241501835
Octal24315220104325445203065
Binary1010001111010101000000101000111010110010010101000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A81; }

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

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

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

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

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

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

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

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