#A45287

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

Shades of Strikemaster #A45287

Tints of Strikemaster #A45287

Color information

#A45287 (or 0xA45287) is unknown color: approx Strikemaster. HEX triplet: A4, 52 and 87. RGB value is (164,82,135). Sum of RGB (Red+Green+Blue) = 164+82+135=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45287 is #5BAD78. Grayscale: #707070. Windows color (decimal): -6008185 or 8868516. OLE color: 8868516.

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

Color convert

RGB16482135-
CMYK00.50.180.36
HSL321.22º33.33%48.24%-
HSV(B)321.22º50%64.31%-
XYZ22.715.6824.75-
YUV112.56140.67164.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=43.04%
G=21.52%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648213500.50.180.36321.2233.3348.24
HexA4528703212241412130
Octal24412220706222445014160
Binary10100100101001010000111011001010010100100101000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45287; }

 p { color: rgb(164,82,135); }

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

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

 a { background-color: rgb(164,82,135); }

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

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

 span { border-color: rgb(164,82,135); }

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