#A36381

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

Shades of Strikemaster #A36381

Tints of Strikemaster #A36381

Color information

#A36381 (or 0xA36381) is unknown color: approx Strikemaster. HEX triplet: A3, 63 and 81. RGB value is (163,99,129). Sum of RGB (Red+Green+Blue) = 163+99+129=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A36381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36381 is #5C9C7E. Grayscale: #797979. Windows color (decimal): -6069375 or 8479651. OLE color: 8479651.

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

Color convert

RGB16399129-
CMYK00.390.210.36
HSL331.88º25.81%51.37%-
HSV(B)331.88º39.26%63.92%-
XYZ23.5318.323.06-
YUV121.56132.2157.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=41.69%
G=25.32%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639912900.390.210.36331.8825.8151.37
HexA36381027152414c1a33
Octal24314320104725445143263
Binary1010001111000111000000101001111010110010010100110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36381; }

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

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

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

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

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

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

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

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