#A46088

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

Shades of Strikemaster #A46088

Tints of Strikemaster #A46088

Color information

#A46088 (or 0xA46088) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 88. RGB value is (164,96,136). Sum of RGB (Red+Green+Blue) = 164+96+136=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46088 is #5B9F77. Grayscale: #787878. Windows color (decimal): -6004600 or 8937636. OLE color: 8937636.

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

Color convert

RGB16496136-
CMYK00.410.170.36
HSL324.71º27.2%50.98%-
HSV(B)324.71º41.46%64.31%-
XYZ23.9418.0425.51-
YUV120.89136.53158.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=41.41%
G=24.24%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649613600.410.170.36324.7127.250.98
HexA4608802911241451b33
Octal24414021005121445053363
Binary1010010011000001000100001010011000110010010100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46088; }

 p { color: rgb(164,96,136); }

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

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

 a { background-color: rgb(164,96,136); }

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

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

 span { border-color: rgb(164,96,136); }

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