#A96187

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

Shades of Strikemaster #A96187

Tints of Strikemaster #A96187

Color information

#A96187 (or 0xA96187) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 87. RGB value is (169,97,135). Sum of RGB (Red+Green+Blue) = 169+97+135=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96187 is #569E78. Grayscale: #7A7A7A. Windows color (decimal): -5676665 or 8872361. OLE color: 8872361.

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

Color convert

RGB16997135-
CMYK00.430.200.34
HSL328.33º29.51%52.16%-
HSV(B)328.33º42.6%66.27%-
XYZ25.0118.7325.22-
YUV122.86134.85160.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=42.14%
G=24.19%
B=33.67%

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
Decimal1699713500.430.200.34328.3329.5152.16
HexA9618702B14221481e34
Octal25114120705324425103664
Binary1010100111000011000011101010111010010001010100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96187; }

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

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

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

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

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

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

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

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