#A36081

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

Shades of Strikemaster #A36081

Tints of Strikemaster #A36081

Color information

#A36081 (or 0xA36081) is unknown color: approx Strikemaster. HEX triplet: A3, 60 and 81. RGB value is (163,96,129). Sum of RGB (Red+Green+Blue) = 163+96+129=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A36081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36081 is #5C9F7E. Grayscale: #777777. Windows color (decimal): -6070143 or 8478883. OLE color: 8478883.

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

Color convert

RGB16396129-
CMYK00.410.210.36
HSL330.45º26.69%50.78%-
HSV(B)330.45º41.1%63.92%-
XYZ23.2517.7422.97-
YUV119.8133.2158.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=42.01%
G=24.74%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639612900.410.210.36330.4526.6950.78
HexA36081029152414a1b33
Octal24314020105125445123363
Binary1010001111000001000000101010011010110010010100101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36081; }

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

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

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

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

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

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

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

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