#A96190

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

Shades of Strikemaster #A96190

Tints of Strikemaster #A96190

Color information

#A96190 (or 0xA96190) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 90. RGB value is (169,97,144). Sum of RGB (Red+Green+Blue) = 169+97+144=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A96190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96190 is #569E6F. Grayscale: #7B7B7B. Windows color (decimal): -5676656 or 9462185. OLE color: 9462185.

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

Color convert

RGB16997144-
CMYK00.430.150.34
HSL320.83º29.51%52.16%-
HSV(B)320.83º42.6%66.27%-
XYZ25.671928.7-
YUV123.89139.35160.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=41.22%
G=23.66%
B=35.12%

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
Decimal1699714400.430.150.34320.8329.5152.16
HexA9619002BF221411e34
Octal25114122005317425013664
Binary101010011100001100100000101011111110001010100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96190; }

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

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

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

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

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

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

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

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