#A46381

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

Shades of Strikemaster #A46381

Tints of Strikemaster #A46381

Color information

#A46381 (or 0xA46381) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 81. RGB value is (164,99,129). Sum of RGB (Red+Green+Blue) = 164+99+129=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A46381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46381 is #5B9C7E. Grayscale: #797979. Windows color (decimal): -6003839 or 8479652. OLE color: 8479652.

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

Color convert

RGB16499129-
CMYK00.400.210.36
HSL332.31º26.32%51.57%-
HSV(B)332.31º39.63%64.31%-
XYZ23.7318.423.07-
YUV121.86132.03158.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=41.84%
G=25.26%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912900.400.210.36332.3126.3251.57
HexA46381028152414c1a34
Octal24414320105025445143264
Binary1010010011000111000000101010001010110010010100110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46381; }

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

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

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

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

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

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

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

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