#A45E7A

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

Shades of Strikemaster #A45E7A

Tints of Strikemaster #A45E7A

Color information

#A45E7A (or 0xA45E7A) is unknown color: approx Strikemaster. HEX triplet: A4, 5E and 7A. RGB value is (164,94,122). Sum of RGB (Red+Green+Blue) = 164+94+122=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E7A is #5BA185. Grayscale: #767676. Windows color (decimal): -6005126 or 8019620. OLE color: 8019620.

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

Color convert

RGB16494122-
CMYK00.430.260.36
HSL336º27.78%50.59%-
HSV(B)336º42.68%64.31%-
XYZ22.8317.320.55-
YUV118.12130.19160.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=43.16%
G=24.74%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649412200.430.260.3633627.7850.59
HexA45E7A02B1A241501c33
Octal24413617205332445203463
Binary101001001011110111101001010111101010010010101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E7A; }

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

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

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

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

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

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

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

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