#A96089

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

Shades of Strikemaster #A96089

Tints of Strikemaster #A96089

Color information

#A96089 (or 0xA96089) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 89. RGB value is (169,96,137). Sum of RGB (Red+Green+Blue) = 169+96+137=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96089 is #569F76. Grayscale: #7A7A7A. Windows color (decimal): -5676919 or 9003177. OLE color: 9003177.

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

Color convert

RGB16996137-
CMYK00.430.190.34
HSL326.3º29.8%51.96%-
HSV(B)326.3º43.2%66.27%-
XYZ25.0618.6125.94-
YUV122.5136.18161.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=42.04%
G=23.88%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699613700.430.190.34326.329.851.96
HexA9608902B13221461e34
Octal25114021105323425063664
Binary1010100111000001000100101010111001110001010100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96089; }

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

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

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

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

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

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

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

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