#A45484

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

Shades of Strikemaster #A45484

Tints of Strikemaster #A45484

Color information

#A45484 (or 0xA45484) is unknown color: approx Strikemaster. HEX triplet: A4, 54 and 84. RGB value is (164,84,132). Sum of RGB (Red+Green+Blue) = 164+84+132=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45484 is #5BAB7B. Grayscale: #717171. Windows color (decimal): -6007676 or 8672420. OLE color: 8672420.

HSL color Cylindrical-coordinate representation of color #A45484: hue angle of 324º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45484 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16484132-
CMYK00.490.200.36
HSL324º32.26%48.63%-
HSV(B)324º48.78%64.31%-
XYZ22.6515.923.71-
YUV113.39138.5164.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=43.16%
G=22.11%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648413200.490.200.3632432.2648.63
HexA4548403114241442031
Octal24412420406124445044061
Binary10100100101010010000100011000110100100100101000100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45484; }

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

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

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

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

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

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

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

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