#A45F7A

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

Shades of Strikemaster #A45F7A

Tints of Strikemaster #A45F7A

Color information

#A45F7A (or 0xA45F7A) is unknown color: approx Strikemaster. HEX triplet: A4, 5F and 7A. RGB value is (164,95,122). Sum of RGB (Red+Green+Blue) = 164+95+122=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F7A is #5BA085. Grayscale: #767676. Windows color (decimal): -6004870 or 8019876. OLE color: 8019876.

HSL color Cylindrical-coordinate representation of color #A45F7A: hue angle of 336.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F7A is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16495122-
CMYK00.420.260.36
HSL336.52º27.49%50.78%-
HSV(B)336.52º42.07%64.31%-
XYZ22.9117.4820.58-
YUV118.71129.86160.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=43.04%
G=24.93%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649512200.420.260.36336.5227.4950.78
HexA45F7A02A1A241511b33
Octal24413717205232445213363
Binary101001001011111111101001010101101010010010101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F7A; }

 p { color: rgb(164,95,122); }

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

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

 a { background-color: rgb(164,95,122); }

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

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

 span { border-color: rgb(164,95,122); }

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