#A96090

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

Shades of Strikemaster #A96090

Tints of Strikemaster #A96090

Color information

#A96090 (or 0xA96090) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 90. RGB value is (169,96,144). Sum of RGB (Red+Green+Blue) = 169+96+144=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A96090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96090 is #569F6F. Grayscale: #7B7B7B. Windows color (decimal): -5676912 or 9461929. OLE color: 9461929.

HSL color Cylindrical-coordinate representation of color #A96090: hue angle of 320.55º degrees, saturation: 0.3, 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 #A96090 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16996144-
CMYK00.430.150.34
HSL320.55º29.8%51.96%-
HSV(B)320.55º43.2%66.27%-
XYZ25.5818.8128.67-
YUV123.3139.68160.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=41.32%
G=23.47%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699614400.430.150.34320.5529.851.96
HexA9609002BF221411e34
Octal25114022005317425013664
Binary101010011100000100100000101011111110001010100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96090; }

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

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

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

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

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

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

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

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