#A46285

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

Shades of Strikemaster #A46285

Tints of Strikemaster #A46285

Color information

#A46285 (or 0xA46285) is unknown color: approx Strikemaster. HEX triplet: A4, 62 and 85. RGB value is (164,98,133). Sum of RGB (Red+Green+Blue) = 164+98+133=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46285 is #5B9D7A. Grayscale: #797979. Windows color (decimal): -6004091 or 8741540. OLE color: 8741540.

HSL color Cylindrical-coordinate representation of color #A46285: hue angle of 328.18º 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 #A46285 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16498133-
CMYK00.400.190.36
HSL328.18º26.61%51.37%-
HSV(B)328.18º40.24%64.31%-
XYZ23.9118.3224.47-
YUV121.72134.37158.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=41.52%
G=24.81%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649813300.400.190.36328.1826.6151.37
HexA4628502813241481b33
Octal24414220505023445103363
Binary1010010011000101000010101010001001110010010100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46285; }

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

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

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

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

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

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

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

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