#A76384

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

Shades of Strikemaster #A76384

Tints of Strikemaster #A76384

Color information

#A76384 (or 0xA76384) is unknown color: approx Strikemaster. HEX triplet: A7, 63 and 84. RGB value is (167,99,132). Sum of RGB (Red+Green+Blue) = 167+99+132=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76384 is #589C7B. Grayscale: #7B7B7B. Windows color (decimal): -5807228 or 8676263. OLE color: 8676263.

HSL color Cylindrical-coordinate representation of color #A76384: hue angle of 330.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76384 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16799132-
CMYK00.410.210.35
HSL330.88º27.87%52.16%-
HSV(B)330.88º40.72%65.49%-
XYZ24.5618.8124.16-
YUV123.09133.03159.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=41.96%
G=24.87%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679913200.410.210.35330.8827.8752.16
HexA76384029152314b1c34
Octal24714320405125435133464
Binary1010011111000111000010001010011010110001110100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76384; }

 p { color: rgb(167,99,132); }

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

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

 a { background-color: rgb(167,99,132); }

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

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

 span { border-color: rgb(167,99,132); }

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