#A86090

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

Shades of Strikemaster #A86090

Tints of Strikemaster #A86090

Color information

#A86090 (or 0xA86090) is unknown color: approx Strikemaster. HEX triplet: A8, 60 and 90. RGB value is (168,96,144). Sum of RGB (Red+Green+Blue) = 168+96+144=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A86090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86090 is #579F6F. Grayscale: #7A7A7A. Windows color (decimal): -5742448 or 9461928. OLE color: 9461928.

HSL color Cylindrical-coordinate representation of color #A86090: hue angle of 320º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86090 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB16896144-
CMYK00.430.140.34
HSL320º29.27%51.76%-
HSV(B)320º42.86%65.88%-
XYZ25.3718.728.66-
YUV123139.85160.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689614400.430.140.3432029.2751.76
HexA8609002BE221401d34
Octal25014022005316425003564
Binary101010001100000100100000101011111010001010100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86090; }

 p { color: rgb(168,96,144); }

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

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

 a { background-color: rgb(168,96,144); }

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

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

 span { border-color: rgb(168,96,144); }

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