#A96087

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

Shades of Strikemaster #A96087

Tints of Strikemaster #A96087

Color information

#A96087 (or 0xA96087) is unknown color: approx Strikemaster. HEX triplet: A9, 60 and 87. RGB value is (169,96,135). Sum of RGB (Red+Green+Blue) = 169+96+135=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96087 is #569F78. Grayscale: #7A7A7A. Windows color (decimal): -5676921 or 8872105. OLE color: 8872105.

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

Color convert

RGB16996135-
CMYK00.430.200.34
HSL327.95º29.8%51.96%-
HSV(B)327.95º43.2%66.27%-
XYZ24.9218.5525.19-
YUV122.27135.18161.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=42.25%
G=24%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699613500.430.200.34327.9529.851.96
HexA9608702B14221481e34
Octal25114020705324425103664
Binary1010100111000001000011101010111010010001010100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96087; }

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

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

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

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

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

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

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

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