#A9598A

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

Shades of Strikemaster #A9598A

Tints of Strikemaster #A9598A

Color information

#A9598A (or 0xA9598A) is unknown color: approx Strikemaster. HEX triplet: A9, 59 and 8A. RGB value is (169,89,138). Sum of RGB (Red+Green+Blue) = 169+89+138=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9598A is #56A675. Grayscale: #767676. Windows color (decimal): -5678710 or 9066921. OLE color: 9066921.

HSL color Cylindrical-coordinate representation of color #A9598A: hue angle of 323.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9598A is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16989138-
CMYK00.470.180.34
HSL323.25º31.75%50.59%-
HSV(B)323.25º47.34%66.27%-
XYZ24.5217.4126.11-
YUV118.51139164.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=42.68%
G=22.47%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698913800.470.180.34323.2531.7550.59
HexA9598A02F12221432033
Octal25113121205722425034063
Binary10101001101100110001010010111110010100010101000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9598A; }

 p { color: rgb(169,89,138); }

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

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

 a { background-color: rgb(169,89,138); }

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

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

 span { border-color: rgb(169,89,138); }

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