#A96192

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

Shades of Strikemaster #A96192

Tints of Strikemaster #A96192

Color information

#A96192 (or 0xA96192) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 92. RGB value is (169,97,146). Sum of RGB (Red+Green+Blue) = 169+97+146=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A96192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96192 is #569E6D. Grayscale: #7B7B7B. Windows color (decimal): -5676654 or 9593257. OLE color: 9593257.

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

Color convert

RGB16997146-
CMYK00.430.140.34
HSL319.17º29.51%52.16%-
HSV(B)319.17º42.6%66.27%-
XYZ25.8319.0629.51-
YUV124.11140.35160.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=41.02%
G=23.54%
B=35.44%

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
Decimal1699714600.430.140.34319.1729.5152.16
HexA9619202BE2213f1e34
Octal25114122205316424773664
Binary101010011100001100100100101011111010001010011111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96192; }

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

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

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

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

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

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

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

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