#A96789

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

Shades of Strikemaster #A96789

Tints of Strikemaster #A96789

Color information

#A96789 (or 0xA96789) is unknown color: approx Strikemaster. HEX triplet: A9, 67 and 89. RGB value is (169,103,137). Sum of RGB (Red+Green+Blue) = 169+103+137=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A96789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96789 is #569876. Grayscale: #7E7E7E. Windows color (decimal): -5675127 or 9004969. OLE color: 9004969.

HSL color Cylindrical-coordinate representation of color #A96789: hue angle of 329.09º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96789 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB169103137-
CMYK00.390.190.34
HSL329.09º27.73%53.33%-
HSV(B)329.09º39.05%66.27%-
XYZ25.7319.9426.16-
YUV126.61133.87158.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=41.32%
G=25.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910313700.390.190.34329.0927.7353.33
HexA9678902713221491c35
Octal25114721104723425113465
Binary1010100111001111000100101001111001110001010100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96789; }

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

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

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

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

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

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

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

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