#A96184

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

Shades of Strikemaster #A96184

Tints of Strikemaster #A96184

Color information

#A96184 (or 0xA96184) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 84. RGB value is (169,97,132). Sum of RGB (Red+Green+Blue) = 169+97+132=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96184 is #569E7B. Grayscale: #7A7A7A. Windows color (decimal): -5676668 or 8675753. OLE color: 8675753.

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

Color convert

RGB16997132-
CMYK00.430.220.34
HSL330.83º29.51%52.16%-
HSV(B)330.83º42.6%66.27%-
XYZ24.818.6524.12-
YUV122.52133.35161.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=42.46%
G=24.37%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699713200.430.220.34330.8329.5152.16
HexA9618402B162214b1e34
Octal25114120405326425133664
Binary1010100111000011000010001010111011010001010100101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96184; }

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

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

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

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

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

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

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

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