#A46289

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

Shades of Strikemaster #A46289

Tints of Strikemaster #A46289

Color information

#A46289 (or 0xA46289) is unknown color: approx Strikemaster. HEX triplet: A4, 62 and 89. RGB value is (164,98,137). Sum of RGB (Red+Green+Blue) = 164+98+137=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46289 is #5B9D76. Grayscale: #7A7A7A. Windows color (decimal): -6004087 or 9003684. OLE color: 9003684.

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

Color convert

RGB16498137-
CMYK00.400.160.36
HSL324.55º26.61%51.37%-
HSV(B)324.55º40.24%64.31%-
XYZ24.1918.4325.95-
YUV122.18136.37157.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=41.10%
G=24.56%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649813700.400.160.36324.5526.6151.37
HexA4628902810241451b33
Octal24414221105020445053363
Binary1010010011000101000100101010001000010010010100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46289; }

 p { color: rgb(164,98,137); }

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

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

 a { background-color: rgb(164,98,137); }

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

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

 span { border-color: rgb(164,98,137); }

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