#A46387

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

Shades of Strikemaster #A46387

Tints of Strikemaster #A46387

Color information

#A46387 (or 0xA46387) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 87. RGB value is (164,99,135). Sum of RGB (Red+Green+Blue) = 164+99+135=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46387 is #5B9C78. Grayscale: #7A7A7A. Windows color (decimal): -6003833 or 8872868. OLE color: 8872868.

HSL color Cylindrical-coordinate representation of color #A46387: hue angle of 326.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46387 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16499135-
CMYK00.400.180.36
HSL326.77º26.32%51.57%-
HSV(B)326.77º39.63%64.31%-
XYZ24.1418.5725.23-
YUV122.54135.03157.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=41.21%
G=24.87%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649913500.400.180.36326.7726.3251.57
HexA4638702812241471a34
Octal24414320705022445073264
Binary1010010011000111000011101010001001010010010100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46387; }

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

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

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

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

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

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

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

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