#A46184

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

Shades of Strikemaster #A46184

Tints of Strikemaster #A46184

Color information

#A46184 (or 0xA46184) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 84. RGB value is (164,97,132). Sum of RGB (Red+Green+Blue) = 164+97+132=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A46184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46184 is #5B9E7B. Grayscale: #787878. Windows color (decimal): -6004348 or 8675748. OLE color: 8675748.

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

Color convert

RGB16497132-
CMYK00.410.200.36
HSL328.66º26.91%51.18%-
HSV(B)328.66º40.85%64.31%-
XYZ23.7518.1124.07-
YUV121.02134.2158.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=41.73%
G=24.68%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649713200.410.200.36328.6626.9151.18
HexA4618402914241491b33
Octal24414120405124445113363
Binary1010010011000011000010001010011010010010010100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46184; }

 p { color: rgb(164,97,132); }

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

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

 a { background-color: rgb(164,97,132); }

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

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

 span { border-color: rgb(164,97,132); }

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