#A45685

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

Shades of Strikemaster #A45685

Tints of Strikemaster #A45685

Color information

#A45685 (or 0xA45685) is unknown color: approx Strikemaster. HEX triplet: A4, 56 and 85. RGB value is (164,86,133). Sum of RGB (Red+Green+Blue) = 164+86+133=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A45685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45685 is #5BA97A. Grayscale: #727272. Windows color (decimal): -6007163 or 8738468. OLE color: 8738468.

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

Color convert

RGB16486133-
CMYK00.480.190.36
HSL323.85º31.2%49.02%-
HSV(B)323.85º47.56%64.31%-
XYZ22.8716.2424.12-
YUV114.68138.34163.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=42.82%
G=22.45%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648613300.480.190.36323.8531.249.02
HexA4568503013241441f31
Octal24412620506023445043761
Binary1010010010101101000010101100001001110010010100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45685; }

 p { color: rgb(164,86,133); }

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

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

 a { background-color: rgb(164,86,133); }

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

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

 span { border-color: rgb(164,86,133); }

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