#A36882

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

Shades of Strikemaster #A36882

Tints of Strikemaster #A36882

Color information

#A36882 (or 0xA36882) is unknown color: approx Strikemaster. HEX triplet: A3, 68 and 82. RGB value is (163,104,130). Sum of RGB (Red+Green+Blue) = 163+104+130=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36882 is #5C977D. Grayscale: #7C7C7C. Windows color (decimal): -6068094 or 8546467. OLE color: 8546467.

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

Color convert

RGB163104130-
CMYK00.360.200.36
HSL333.56º24.28%52.35%-
HSV(B)333.56º36.2%63.92%-
XYZ24.0819.323.57-
YUV124.6131.05155.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=41.06%
G=26.20%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310413000.360.200.36333.5624.2852.35
HexA36882024142414e1834
Octal24315020204424445163064
Binary1010001111010001000001001001001010010010010100111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36882; }

 p { color: rgb(163,104,130); }

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

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

 a { background-color: rgb(163,104,130); }

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

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

 span { border-color: rgb(163,104,130); }

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